From b599d8ff11bc9678ef02faa297d6d257e54a8b43 Mon Sep 17 00:00:00 2001 From: Ming Yu Wang <90855268+mwangggg@users.noreply.github.com> Date: Thu, 2 Nov 2023 16:39:12 -0400 Subject: [PATCH] chore(strings): update 2.4 user-facing strings (#1155) (cherry picked from commit 6fcf52a1e8219cafb7317fb241d940367bb96929) --- locales/en/public.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/locales/en/public.json b/locales/en/public.json index c432c2e5a..6a54478bb 100644 --- a/locales/en/public.json +++ b/locales/en/public.json @@ -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.",