Skip to content

Commit 8deec13

Browse files
chore(strings): update 2.4 user-facing strings (#1155) (#1157)
(cherry picked from commit 6fcf52a) Co-authored-by: Ming Yu Wang <[email protected]>
1 parent 37229d6 commit 8deec13

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

locales/en/public.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -258,9 +258,9 @@
258258
"DESCRIPTION": "Select Dashboard Layout Template configuration file(s) to upload. File(s) must be in valid JSON format.",
259259
"ERROR": {
260260
"CONFIG_INVALID": "Card configurations are invalid.",
261-
"DESCRIPTION_INVALID": "Template description is invalid.",
261+
"DESCRIPTION_INVALID": "Template description is invalid. The description can only include letters, numbers, spaces, quotations, punctuations, and some other special characters such as underscores and brackets. It must also be 100 characters or less.",
262262
"DUPLICATE_UPLOAD": "A previously uploaded file has the same template name as the current file: \"{{name}}\".",
263-
"NAME_INVALID": "Template name is invalid.",
263+
"NAME_INVALID": "Template name is invalid. The name must be alphanumeric and be 20 characters or less.",
264264
"NAME_TAKEN": "Template with name \"{{name}}\" already exists.",
265265
"PARSE": "JSON parse error.",
266266
"TEMPLATE_INVALID": "Template has an invalid configuration.",

0 commit comments

Comments
 (0)