Skip to content

Commit c6dd5af

Browse files
committed
chore: change language on autostop
1 parent f3efa08 commit c6dd5af

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

site/src/pages/WorkspaceSettingsPage/WorkspaceSchedulePage/WorkspaceScheduleForm.tsx

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -373,8 +373,9 @@ export const WorkspaceScheduleForm: FC<
373373
description={
374374
<>
375375
<div css={{ marginBottom: 16 }}>
376-
Set how many hours should elapse after you log off before the
377-
workspace automatically shuts down.
376+
Set how many hours should elapse after the workspace started
377+
before the workspace automatically shuts down. Activity on the
378+
workspace can extend the lifetime to prevent shutdown during use.
378379
</div>
379380
{!enableAutoStop && (
380381
<Tooltip title="This option can be enabled in the template settings">

0 commit comments

Comments
 (0)