Skip to content

Commit 2029543

Browse files
authored
chore(site): clarify autostop description (#10260)
* updated autostop description based on customer request * edited for specificity * make fmt
1 parent 39c0539 commit 2029543

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

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

+2-4
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 the
378+
workspace automatically shuts down.
381379
</div>
382380
{!enableAutoStop && (
383381
<Tooltip title="This option can be enabled in the template settings">

0 commit comments

Comments
 (0)