mirror of
https://github.com/coder/coder.git
synced 2026-09-22 05:05:20 +08:00
label change (#7455)
This commit is contained in:
@@ -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": {
|
||||
|
||||
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user