File tree Expand file tree Collapse file tree 1 file changed +1
-8
lines changed
site/src/components/WorkspaceScheduleForm Expand file tree Collapse file tree 1 file changed +1
-8
lines changed Original file line number Diff line number Diff line change @@ -58,8 +58,6 @@ export const Language = {
58
58
dayFridayLabel : "Fri" ,
59
59
daySaturdayLabel : "Sat" ,
60
60
startTimeLabel : "Start time" ,
61
- startTimeHelperText : "Time the workspace will automatically start." ,
62
- noStartTimeHelperText : "Your workspace will not automatically start." ,
63
61
timezoneLabel : "Timezone" ,
64
62
ttlLabel : "Time until shutdown (hours)" ,
65
63
ttlCausesShutdownHelperText : "Your workspace will shut down" ,
@@ -301,12 +299,7 @@ export const WorkspaceScheduleForm: FC<
301
299
/>
302
300
< Stack direction = "row" >
303
301
< TextField
304
- { ...formHelpers (
305
- "startTime" ,
306
- form . values . autostartEnabled
307
- ? Language . startTimeHelperText
308
- : Language . noStartTimeHelperText ,
309
- ) }
302
+ { ...formHelpers ( "startTime" ) }
310
303
disabled = { isLoading || ! form . values . autostartEnabled }
311
304
InputLabelProps = { {
312
305
shrink : true ,
You can’t perform that action at this time.
0 commit comments