Skip to content

Commit 1eda40c

Browse files
Kira-Pilotjohnstcn
andauthored
Update site/src/pages/TemplateSettingsPage/TemplateSettingsForm.tsx
Co-authored-by: Cian Johnston <cian@coder.com>
1 parent b7ce020 commit 1eda40c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

site/src/pages/TemplateSettingsPage/TemplateSettingsForm.tsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,7 @@ export const Language = {
2727
descriptionMaxError: "Please enter a description that is less than or equal to 128 characters.",
2828
ttlHelperText: (
2929
ttl: number,
30-
): string => `Workspaces created from this template will, by default, shut down ${ttl}
31-
hours after starting.`,
30+
): string => `Workspaces created from this template may not remain running longer than ${ttl}.`,
3231
}
3332

3433
const MAX_DESCRIPTION_CHAR_LIMIT = 128

0 commit comments

Comments
 (0)