diff --git a/site/src/i18n/en/templateSettingsPage.json b/site/src/i18n/en/templateSettingsPage.json index c8dad23452e11..aa8cf7bca3604 100644 --- a/site/src/i18n/en/templateSettingsPage.json +++ b/site/src/i18n/en/templateSettingsPage.json @@ -20,8 +20,8 @@ "maxTTLHelperText_one": "Workspaces must stop within 1 hour of starting.", "maxTTLHelperText_other": "Workspaces must stop within {{count}} hours of starting.", "failureTTLHelperText_zero": "Coder will not automatically stop failed workspaces", - "failureTTLHelperText_one": "Coder will automatically stop failed workspaces after {{count}} day.", - "failureTTLHelperText_other": "Coder will automatically stop failed workspaces after {{count}} days.", + "failureTTLHelperText_one": "Coder will attempt to stop failed workspaces after {{count}} day.", + "failureTTLHelperText_other": "Coder will attempt to stop failed workspaces after {{count}} days.", "inactivityTTLHelperText_zero": "Coder will not automatically delete inactive workspaces", "inactivityTTLHelperText_one": "Coder will automatically delete inactive workspaces after {{count}} day.", "inactivityTTLHelperText_other": "Coder will automatically delete inactive workspaces after {{count}} days.", diff --git a/site/src/pages/TemplateSettingsPage/TemplateSchedulePage/TemplateScheduleForm.tsx b/site/src/pages/TemplateSettingsPage/TemplateSchedulePage/TemplateScheduleForm.tsx index 5e15afad4a941..21e332dea88a4 100644 --- a/site/src/pages/TemplateSettingsPage/TemplateSchedulePage/TemplateScheduleForm.tsx +++ b/site/src/pages/TemplateSettingsPage/TemplateSchedulePage/TemplateScheduleForm.tsx @@ -325,7 +325,7 @@ export const TemplateScheduleForm: FC = ({ <>