Skip to content

Commit f35e206

Browse files
bpmctpull[bot]
authored andcommitted
chore: minor change to workspace actions copy (coder#7458)
1 parent 9bafbfc commit f35e206

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

site/src/i18n/en/templateSettingsPage.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@
2020
"maxTTLHelperText_one": "Workspaces must stop within 1 hour of starting.",
2121
"maxTTLHelperText_other": "Workspaces must stop within {{count}} hours of starting.",
2222
"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.",
2525
"inactivityTTLHelperText_zero": "Coder will not automatically delete inactive workspaces",
2626
"inactivityTTLHelperText_one": "Coder will automatically delete inactive workspaces after {{count}} day.",
2727
"inactivityTTLHelperText_other": "Coder will automatically delete inactive workspaces after {{count}} days.",

site/src/pages/TemplateSettingsPage/TemplateSchedulePage/TemplateScheduleForm.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -325,7 +325,7 @@ export const TemplateScheduleForm: FC<TemplateScheduleForm> = ({
325325
<>
326326
<FormSection
327327
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."
329329
>
330330
<FormFields>
331331
<FormControlLabel

0 commit comments

Comments
 (0)