Skip to content

Commit d307404

Browse files
committed
change some words
1 parent d0d0902 commit d307404

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
@@ -374,8 +374,9 @@ export const WorkspaceScheduleForm: FC<
374374
<>
375375
<div css={{ marginBottom: 16 }}>
376376
Set how many hours should elapse after the workspace started
377-
before the workspace automatically shuts down. Activity in the
378-
workspace will extend the lifetime to prevent shutdown during use.
377+
before the workspace automatically shuts down. This will be
378+
extended by 1 hour after last activity in the workspace was
379+
detected.
379380
</div>
380381
{!enableAutoStop && (
381382
<Tooltip title="This option can be enabled in the template settings">

0 commit comments

Comments
 (0)