From 004eefcf401bd49a46f539ca0aff65fc7e31c2f7 Mon Sep 17 00:00:00 2001 From: Kira Pilot Date: Mon, 8 May 2023 18:51:09 +0000 Subject: [PATCH] label change --- 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 41f67c860faf0..e210df9c5b2ae 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 e60ccb9fac7d7..c8dad23452e11 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",