Skip to content

Commit

Permalink
chore(strings): update 2.4 user-facing strings (#1155) (#1157)
Browse files Browse the repository at this point in the history
(cherry picked from commit 6fcf52a)

Co-authored-by: Ming Yu Wang <90855268+mwangggg@users.noreply.github.com>
  • Loading branch information
mergify[bot] and mwangggg authored Nov 2, 2023
1 parent 37229d6 commit 8deec13
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions locales/en/public.json
Original file line number Diff line number Diff line change
Expand Up @@ -258,9 +258,9 @@
"DESCRIPTION": "Select Dashboard Layout Template configuration file(s) to upload. File(s) must be in valid JSON format.",
"ERROR": {
"CONFIG_INVALID": "Card configurations are invalid.",
"DESCRIPTION_INVALID": "Template description is invalid.",
"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.",
"DUPLICATE_UPLOAD": "A previously uploaded file has the same template name as the current file: \"{{name}}\".",
"NAME_INVALID": "Template name is invalid.",
"NAME_INVALID": "Template name is invalid. The name must be alphanumeric and be 20 characters or less.",
"NAME_TAKEN": "Template with name \"{{name}}\" already exists.",
"PARSE": "JSON parse error.",
"TEMPLATE_INVALID": "Template has an invalid configuration.",
Expand Down

0 comments on commit 8deec13

Please sign in to comment.