Skip to content

Commit 5615db6

Browse files
committed
updated autostop description based on customer request
1 parent 301c045 commit 5615db6

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

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

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -374,10 +374,8 @@ export const WorkspaceScheduleForm: FC<
374374
description={
375375
<>
376376
<div css={{ marginBottom: 16 }}>
377-
Set how many hours should elapse after a workspace is started
378-
before it automatically shuts down. If workspace connection
379-
activity is detected, the autostop timer will be bumped by this
380-
value.
377+
Set how many hours should elapse after you log off before it
378+
automatically shuts down.
381379
</div>
382380
{!enableAutoStop && (
383381
<Tooltip title="This option can be enabled in the template settings">

0 commit comments

Comments
 (0)