Skip to content

Commit 1b8ec42

Browse files
committed
Merge branch 'bq/refactor-workspace-settings' of https://github.com/coder/coder into bq/refactor-workspace-settings
2 parents b338fe1 + 4784181 commit 1b8ec42

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

site/src/components/WorkspaceScheduleForm/WorkspaceScheduleForm.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -285,7 +285,7 @@ export const WorkspaceScheduleForm: FC<
285285
<HorizontalForm onSubmit={form.handleSubmit}>
286286
<FormSection
287287
title="Autostart"
288-
description="Select the time and days of week you want your workspace starting automatically."
288+
description="Select the time and days of week on which you want the workspace starting automatically."
289289
>
290290
<FormFields>
291291
<FormControlLabel
@@ -367,7 +367,7 @@ export const WorkspaceScheduleForm: FC<
367367

368368
<FormSection
369369
title="Autostop"
370-
description="Set how much hours after your workspace is on it should shutdown. Helpful to control infrastructure costs."
370+
description="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 up one hour."
371371
>
372372
<FormFields>
373373
<FormControlLabel

0 commit comments

Comments
 (0)