Skip to content

Commit

Permalink
Add i18n messages for duplicate group and user names (#813)
Browse files Browse the repository at this point in the history
  • Loading branch information
stephdl authored Feb 19, 2025
1 parent 88f551e commit 18ed22a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions core/ui/public/i18n/en/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -1256,6 +1256,8 @@
"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",
"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": {
Expand Down

0 comments on commit 18ed22a

Please sign in to comment.