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

Skip to content

feat: improve copy in new template wizard #5659

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jan 10, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions site/src/i18n/en/createTemplatePage.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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",
Expand Down