chore(site): clarify autostop description (#10260)

* updated autostop description based on customer request

* edited for specificity

* make fmt
This commit is contained in:
Stephen Kirby
2023-10-13 12:24:37 -05:00
committed by GitHub
parent 39c0539d42
commit 2029543eba
@@ -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">