diff --git a/site/src/components/WorkspaceScheduleForm/WorkspaceScheduleForm.tsx b/site/src/components/WorkspaceScheduleForm/WorkspaceScheduleForm.tsx index b1cfcc2991..bea970134c 100644 --- a/site/src/components/WorkspaceScheduleForm/WorkspaceScheduleForm.tsx +++ b/site/src/components/WorkspaceScheduleForm/WorkspaceScheduleForm.tsx @@ -40,8 +40,8 @@ export const Language = { startTimeLabel: "Start time", startTimeHelperText: "Your workspace will automatically start at this time.", timezoneLabel: "Timezone", - ttlLabel: "TTL (hours)", - ttlHelperText: "Your workspace will automatically shutdown after the TTL.", + ttlLabel: "Time until shutdown (hours)", + ttlHelperText: "Your workspace will automatically shut down after this amount of time has elapsed.", } export interface WorkspaceScheduleFormProps {