chore: minor change to workspace actions copy (#7458)

This commit is contained in:
Ben Potter
2023-05-09 08:31:07 -05:00
committed by GitHub
parent 503e94a5c2
commit 2d62cbc83a
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -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.",
@@ -325,7 +325,7 @@ export const TemplateScheduleForm: FC<TemplateScheduleForm> = ({
<>
<FormSection
title="Failure Cleanup"
description="When enabled, Coder will automatically stop workspaces that are in a failed state after a specified number of days."
description="When enabled, Coder will attempt to stop workspaces that are in a failed state after a specified number of days."
>
<FormFields>
<FormControlLabel