You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: site/src/i18n/en/templateSettingsPage.json
+5-3Lines changed: 5 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -22,12 +22,14 @@
22
22
"failureTTLHelperText_zero": "Coder will not automatically stop failed workspaces",
23
23
"failureTTLHelperText_one": "Coder will attempt to stop failed workspaces after {{count}} day.",
24
24
"failureTTLHelperText_other": "Coder will attempt to stop failed workspaces after {{count}} days.",
25
-
"inactivityTTLHelperText_zero": "Coder will not automatically delete inactive workspaces",
26
-
"inactivityTTLHelperText_one": "Coder will automatically delete inactive workspaces after {{count}} day.",
27
-
"inactivityTTLHelperText_other": "Coder will automatically delete inactive workspaces after {{count}} days.",
25
+
"inactivityTTLHelperText_zero": "Coder will not automatically lock inactive workspaces",
26
+
"inactivityTTLHelperText_one": "Coder will automatically lock inactive workspaces after {{count}} day.",
27
+
"inactivityTTLHelperText_other": "Coder will automatically lock inactive workspaces after {{count}} days.",
28
28
"lockedTTLHelperText_zero": "Coder will not automatically delete locked workspaces",
29
29
"lockedTTLHelperText_one": "Coder will automatically delete locked workspaces after {{count}} day.",
30
30
"lockedTTLHelperText_other": "Coder will automatically delete locked workspaces after {{count}} days.",
31
+
"inactivityDialogDescription_one": "There is {{count}} workspace that already matches this filter and will be deleted upon form submission. Are you sure you want to proceed?",
32
+
"inactivityDialogDescription_other": "There are {{count}} workspaces that already match this filter and will be deleted upon form submission. Are you sure you want to proceed?",
31
33
"allowUserCancelWorkspaceJobsLabel": "Allow users to cancel in-progress workspace jobs.",
32
34
"allowUserCancelWorkspaceJobsNotice": "Depending on your template, canceling builds may leave workspaces in an unhealthy state. This option isn't recommended for most use cases.",
33
35
"allowUsersCancelHelperText": "If checked, users may be able to corrupt their workspace.",
Copy file name to clipboardExpand all lines: site/src/pages/TemplateSettingsPage/TemplateSchedulePage/TemplateScheduleForm/InactivityDialog.stories.tsx
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -14,6 +14,6 @@ export const OpenDialog: Story = {
0 commit comments