Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit2d62cbc

Browse files
authored
chore: minor change to workspace actions copy (#7458)
1 parent503e94a commit2d62cbc

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 willautomatically stop failed workspaces after {{count}} day.",
24-
"failureTTLHelperText_other":"Coder willautomatically stop failed workspaces after {{count}} days.",
23+
"failureTTLHelperText_one":"Coder willattempt to stop failed workspaces after {{count}} day.",
24+
"failureTTLHelperText_other":"Coder willattempt 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 willautomatically stop workspaces that are in a failed state after a specified number of days."
328+
description="When enabled, Coder willattempt 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)

[8]ページ先頭

©2009-2025 Movatter.jp