8000 Template settings fixes/kira pilot by Kira-Pilot · Pull Request #3668 · coder/coder · GitHub
[go: up one dir, main page]

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
typo
  • Loading branch information
Kira-Pilot committed Aug 24, 2022
commit db107820bb229d98105fff41e4e4dd89072d1a30
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ export const Language = {
ttlMaxError: "Please enter a limit that is less than or equal to 168 hours (7 days).",
descriptionMaxError: "Please enter a description that is less than or equal to 128 characters.",
ttlHelperText: (ttl: number): string =>
`Workspaces created from this template may not remain running longer than ${ttl}.`,
`Workspaces created from this template may not remain running longer than ${ttl} hours.`,
}

const MAX_DESCRIPTION_CHAR_LIMIT = 128
Expand Down
0