mirror of
https://github.com/coder/coder.git
synced 2026-09-24 15:04:27 +08:00
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>
This commit is contained in:
co-authored by
Presley Pizzo
parent
ab69c22ddc
commit
c463e7801c
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user