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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

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.",

View File

@ -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