Skip to content

Commit fcd2991

Browse files
authored
chore: update language about autostop on templates page (#11552)
* chore: update language about autostop on templates page
1 parent 8b61ff3 commit fcd2991

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

site/src/pages/CreateTemplatePage/CreateTemplateForm.tsx

+2-2
Original file line numberDiff line numberDiff line change
@@ -728,8 +728,8 @@ const DefaultTTLHelperText = (props: { ttl?: number }) => {
728728

729729
return (
730730
<span>
731-
Workspaces will default to stopping after {ttl} {hours(ttl)} without
732-
activity.
731+
Workspaces will default to stopping after {ttl} {hours(ttl)}. This will be
732+
extended by 1 hour after last activity in the workspace was detected.
733733
</span>
734734
);
735735
};

site/src/pages/TemplateSettingsPage/TemplateSchedulePage/TTLHelperText.tsx

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ export const DefaultTTLHelperText = (props: { ttl?: number }) => {
1515

1616
return (
1717
<span>
18-
Workspaces will default to stopping after {ttl} {hours(ttl)} without
19-
activity.
18+
Workspaces will default to stopping after {ttl} {hours(ttl)}. This will be
19+
extended by 1 hour after last activity in the workspace was detected.
2020
</span>
2121
);
2222
};

0 commit comments

Comments
 (0)