From 0755ff32ef8d37864740a24a7673e172ae016af3 Mon Sep 17 00:00:00 2001 From: Kira Pilot Date: Mon, 8 May 2023 12:13:14 -0700 Subject: [PATCH] label change (#7455) --- site/src/i18n/en/createTemplatePage.json | 4 ++-- site/src/i18n/en/templateSettingsPage.json | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/site/src/i18n/en/createTemplatePage.json b/site/src/i18n/en/createTemplatePage.json index 41f67c860f..e210df9c5b 100644 --- a/site/src/i18n/en/createTemplatePage.json +++ b/site/src/i18n/en/createTemplatePage.json @@ -26,8 +26,8 @@ "displayName": "Display name", "description": "Description", "icon": "Icon", - "autostop": "Default autostop", - "maxTTL": "Max. Lifetime (alpha)", + "autostop": "Default autostop (hours)", + "maxTTL": "Max lifetime (hours)", "allowUsersToCancel": "Allow users to cancel in-progress workspace jobs" }, "helperText": { diff --git a/site/src/i18n/en/templateSettingsPage.json b/site/src/i18n/en/templateSettingsPage.json index e60ccb9fac..c8dad23452 100644 --- a/site/src/i18n/en/templateSettingsPage.json +++ b/site/src/i18n/en/templateSettingsPage.json @@ -4,8 +4,8 @@ "displayNameLabel": "Display name", "descriptionLabel": "Description", "descriptionMaxError": "Please enter a description that is less than or equal to 128 characters.", - "defaultTtlLabel": "Default autostop", - "maxTtlLabel": "Max. Lifetime (alpha)", + "defaultTtlLabel": "Default autostop (hours)", + "maxTtlLabel": "Max lifetime (hours)", "iconLabel": "Icon", "formAriaLabel": "Template settings form", "selectEmoji": "Select emoji",