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:
Abhineet Jain
2022-06-02 10:15:36 -04:00
committed by GitHub
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 {