We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 39c0539 commit 2029543Copy full SHA for 2029543
site/src/pages/WorkspaceSettingsPage/WorkspaceSchedulePage/WorkspaceScheduleForm.tsx
@@ -374,10 +374,8 @@ export const WorkspaceScheduleForm: FC<
374
description={
375
<>
376
<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.
+ Set how many hours should elapse after you log off before the
+ workspace automatically shuts down.
381
</div>
382
{!enableAutoStop && (
383
<Tooltip title="This option can be enabled in the template settings">
0 commit comments