Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -374,10 +374,8 @@ export const WorkspaceScheduleForm: FC<
description={
<>
<div css={{ marginBottom: 16 }}>
Set how many hours should elapse after a workspace is started
before it automatically shuts down. If workspace connection
activity is detected, the autostop timer will be bumped by this
value.
Set how many hours should elapse after you log off before the
workspace automatically shuts down.
</div>
{!enableAutoStop && (
<Tooltip title="This option can be enabled in the template settings">
Expand Down