Skip to content
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

chore(strings): update 2.4 user-facing strings #1155

Merged
merged 2 commits into from
Nov 2, 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
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
Loading