Skip to content

Commit

Permalink
feat: Update TTL language to Time until shutdown (#1948)
Browse files Browse the repository at this point in the history
* 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>
  • Loading branch information
AbhineetJain and presleyp committed Jun 2, 2022
1 parent ab69c22 commit c463e78
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit c463e78

Please sign in to comment.