From 1aa588bb031f589e1753d99e2ba96cdde3e614bb Mon Sep 17 00:00:00 2001 From: Ammar Bandukwala Date: Tue, 10 Jan 2023 18:17:05 +0000 Subject: [PATCH] feat: improve copy in new template wizard --- site/src/i18n/en/createTemplatePage.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/site/src/i18n/en/createTemplatePage.json b/site/src/i18n/en/createTemplatePage.json index e31df28043151..575c492aa0fe3 100644 --- a/site/src/i18n/en/createTemplatePage.json +++ b/site/src/i18n/en/createTemplatePage.json @@ -3,19 +3,19 @@ "form": { "generalInfo": { "title": "General info", - "description": "The name is used to identify the template on the URL and also API. It has to be unique across your organization." + "description": "The name is used to identify the template in URLs and the API. It must be unique within your organization." }, "displayInfo": { "title": "Display info", - "description": "Set the name that you want to use to display your template, a helpful description and icon." + "description": "Give your template a friendly name, description, and icon." }, "schedule": { "title": "Schedule", - "description": "Define when a workspace created from this template is going to stop." + "description": "Define when workspaces created from this template automatically stop." }, "operations": { "title": "Operations", - "description": "Allow or disallow users to run specific actions on the workspace." + "description": "Regulate actions allowed on workspaces created from this template." }, "parameters": { "title": "Template params", @@ -31,7 +31,7 @@ }, "helperText": { "autoStop": "Time in hours", - "allowUsersToCancel": "Not recommended" + "allowUsersToCancel": "If checked, users may be able to corrupt their workspace." }, "upload": { "removeTitle": "Remove file",