We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab69c22 commit c463e78Copy full SHA for c463e78
site/src/components/WorkspaceScheduleForm/WorkspaceScheduleForm.tsx
@@ -40,8 +40,8 @@ export const Language = {
40
startTimeLabel: "Start time",
41
startTimeHelperText: "Your workspace will automatically start at this time.",
42
timezoneLabel: "Timezone",
43
- ttlLabel: "TTL (hours)",
44
- 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.",
45
}
46
47
export interface WorkspaceScheduleFormProps {
0 commit comments