From 7ee977bd9c9f9ac8489a218283a790687280b7a2 Mon Sep 17 00:00:00 2001 From: Stephane de Labrusse Date: Tue, 18 Feb 2025 17:19:43 +0100 Subject: [PATCH 1/2] feat(i18n): add messages for duplicate group and user names --- core/ui/public/i18n/en/translation.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/core/ui/public/i18n/en/translation.json b/core/ui/public/i18n/en/translation.json index e7f230271..91096d6de 100644 --- a/core/ui/public/i18n/en/translation.json +++ b/core/ui/public/i18n/en/translation.json @@ -1254,7 +1254,9 @@ "delete_group_group": "Delete group {group}", "user_pattern": "Start with a letter, followed by only letters, digits, and the symbols -._", "user_string_lte": "Must be less than or equal to 255 characters", - "display_name_string_lte": "Must be less than or equal to 256 characters" + "display_name_string_lte": "Must be less than or equal to 256 characters", + "group_with_same_name": "Group with the same name already exists", + "user_with_same_name": "User with the same name already exists" }, "domain_configuration": { "title": "Domain configuration", From 33e4c08fd5a39a8d60d2f7cb0300eec343c3e0cc Mon Sep 17 00:00:00 2001 From: Stephane de Labrusse Date: Wed, 19 Feb 2025 10:50:59 +0100 Subject: [PATCH 2/2] Update core/ui/public/i18n/en/translation.json Co-authored-by: Davide Principi --- core/ui/public/i18n/en/translation.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/core/ui/public/i18n/en/translation.json b/core/ui/public/i18n/en/translation.json index 91096d6de..de4dded14 100644 --- a/core/ui/public/i18n/en/translation.json +++ b/core/ui/public/i18n/en/translation.json @@ -1254,9 +1254,9 @@ "delete_group_group": "Delete group {group}", "user_pattern": "Start with a letter, followed by only letters, digits, and the symbols -._", "user_string_lte": "Must be less than or equal to 255 characters", - "display_name_string_lte": "Must be less than or equal to 256 characters", - "group_with_same_name": "Group with the same name already exists", - "user_with_same_name": "User with the same name already exists" + "group_with_same_name": "A group with this name already exists", + "user_with_same_name": "A user with this name already exists", + "display_name_string_lte": "Must be less than or equal to 256 characters" }, "domain_configuration": { "title": "Domain configuration",