Skip to content

Commit da7859c

Browse files
authored
chore: change language on autostop (#11454)
* chore: change language on autostop
1 parent c428395 commit da7859c

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

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

+4-2
Original file line numberDiff line numberDiff line change
@@ -373,8 +373,10 @@ 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. This will be
378+
extended by 1 hour after last activity in the workspace was
379+
detected.
378380
</div>
379381
{!enableAutoStop && (
380382
<Tooltip title="This option can be enabled in the template settings">

0 commit comments

Comments
 (0)