Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit d5ab06e

Browse files
authored
feat: improve copy in new template wizard (#5659)
1 parent 0171ccb commit d5ab06e

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

site/src/i18n/en/createTemplatePage.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,19 +3,19 @@
33
"form": {
44
"generalInfo": {
55
"title": "General info",
6-
"description": "The name is used to identify the template on the URL and also API. It has to be unique across your organization."
6+
"description": "The name is used to identify the template in URLs and the API. It must be unique within your organization."
77
},
88
"displayInfo": {
99
"title": "Display info",
10-
"description": "Set the name that you want to use to display your template, a helpful description and icon."
10+
"description": "Give your template a friendly name, description, and icon."
1111
},
1212
"schedule": {
1313
"title": "Schedule",
14-
"description": "Define when a workspace created from this template is going to stop."
14+
"description": "Define when workspaces created from this template automatically stop."
1515
},
1616
"operations": {
1717
"title": "Operations",
18-
"description": "Allow or disallow users to run specific actions on the workspace."
18+
"description": "Regulate actions allowed on workspaces created from this template."
1919
},
2020
"parameters": {
2121
"title": "Template params",
@@ -31,7 +31,7 @@
3131
},
3232
"helperText": {
3333
"autoStop": "Time in hours",
34-
"allowUsersToCancel": "Not recommended"
34+
"allowUsersToCancel": "If checked, users may be able to corrupt their workspace."
3535
},
3636
"upload": {
3737
"removeTitle": "Remove file",

0 commit comments

Comments
 (0)