From c463e7801cc7ce80c3ace7e7e14499a37090370b Mon Sep 17 00:00:00 2001 From: Abhineet Jain Date: Thu, 2 Jun 2022 10:15:36 -0400 Subject: [PATCH] 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> --- .../WorkspaceScheduleForm/WorkspaceScheduleForm.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/site/src/components/WorkspaceScheduleForm/WorkspaceScheduleForm.tsx b/site/src/components/WorkspaceScheduleForm/WorkspaceScheduleForm.tsx index b1cfcc2991..bea970134c 100644 --- a/site/src/components/WorkspaceScheduleForm/WorkspaceScheduleForm.tsx +++ b/site/src/components/WorkspaceScheduleForm/WorkspaceScheduleForm.tsx @@ -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 {