Skip to content

Commit 02ee7e5

Browse files
AbhineetJainpresleyp
authored andcommitted
feat: Update TTL language to Time until shutdown (#1948)
* feat: update ttl language in frontend * Update TTL Helper text Co-authored-by: Presley Pizzo <1290996+presleyp@users.noreply.github.com> * update TTL helper string Co-authored-by: Presley Pizzo <1290996+presleyp@users.noreply.github.com>
1 parent 59966b9 commit 02ee7e5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

site/src/components/WorkspaceScheduleForm/WorkspaceScheduleForm.tsx

+2-2
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@ export const Language = {
4040
startTimeLabel: "Start time",
4141
startTimeHelperText: "Your workspace will automatically start at this time.",
4242
timezoneLabel: "Timezone",
43-
ttlLabel: "TTL (hours)",
44-
ttlHelperText: "Your workspace will automatically shutdown after the TTL.",
43+
ttlLabel: "Time until shutdown (hours)",
44+
ttlHelperText: "Your workspace will automatically shut down after this amount of time has elapsed.",
4545
}
4646

4747
export interface WorkspaceScheduleFormProps {

0 commit comments

Comments
 (0)