mirror of
https://github.com/coder/coder.git
synced 2026-09-22 21:22:17 +08:00
chore: minor change to workspace actions copy (#7458)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user