Skip to content

Template settings fixes/kira pilot #3668

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 13 commits into from
Aug 24, 2022
Prev Previous commit
Next Next commit
Update site/src/pages/TemplateSettingsPage/TemplateSettingsForm.tsx
Co-authored-by: Cian Johnston <cian@coder.com>
  • Loading branch information
Kira-Pilot and johnstcn authored Aug 24, 2022
commit 1eda40cf18af9d563f22a188d958ea97ea4848e4
3 changes: 1 addition & 2 deletions site/src/pages/TemplateSettingsPage/TemplateSettingsForm.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,7 @@ export const Language = {
descriptionMaxError: "Please enter a description that is less than or equal to 128 characters.",
ttlHelperText: (
ttl: number,
): string => `Workspaces created from this template will, by default, shut down ${ttl}
hours after starting.`,
): string => `Workspaces created from this template may not remain running longer than ${ttl}.`,
}

const MAX_DESCRIPTION_CHAR_LIMIT = 128
Expand Down