diff --git a/site/src/components/WorkspaceScheduleForm/WorkspaceScheduleForm.tsx b/site/src/components/WorkspaceScheduleForm/WorkspaceScheduleForm.tsx index b883c4ed07b91..9ccc3263bf3e5 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 {