label change (#7455)

This commit is contained in:
Kira Pilot 2023-05-08 12:13:14 -07:00 committed by GitHub
parent 1aac8200fa
commit 0755ff32ef
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View File

@ -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": {

View File

@ -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",