File tree 2 files changed +3
-3
lines changed
pages/TemplateSettingsPage/TemplateSchedulePage
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 20
20
"maxTTLHelperText_one" : " Workspaces must stop within 1 hour of starting." ,
21
21
"maxTTLHelperText_other" : " Workspaces must stop within {{count}} hours of starting." ,
22
22
"failureTTLHelperText_zero" : " Coder will not automatically stop failed workspaces" ,
23
- "failureTTLHelperText_one" : " Coder will automatically stop failed workspaces after {{count}} day." ,
24
- "failureTTLHelperText_other" : " Coder will automatically stop failed workspaces after {{count}} days." ,
23
+ "failureTTLHelperText_one" : " Coder will attempt to stop failed workspaces after {{count}} day." ,
24
+ "failureTTLHelperText_other" : " Coder will attempt to stop failed workspaces after {{count}} days." ,
25
25
"inactivityTTLHelperText_zero" : " Coder will not automatically delete inactive workspaces" ,
26
26
"inactivityTTLHelperText_one" : " Coder will automatically delete inactive workspaces after {{count}} day." ,
27
27
"inactivityTTLHelperText_other" : " Coder will automatically delete inactive workspaces after {{count}} days." ,
Original file line number Diff line number Diff line change @@ -325,7 +325,7 @@ export const TemplateScheduleForm: FC<TemplateScheduleForm> = ({
325
325
< >
326
326
< FormSection
327
327
title = "Failure Cleanup"
328
- description = "When enabled, Coder will automatically stop workspaces that are in a failed state after a specified number of days."
328
+ description = "When enabled, Coder will attempt to stop workspaces that are in a failed state after a specified number of days."
329
329
>
330
330
< FormFields >
331
331
< FormControlLabel
You can’t perform that action at this time.
0 commit comments