add translation for errors checking group name (#27196)

Co-authored-by: Mattermost Build <build@mattermost.com>
Этот коммит содержится в:
Scott Bishel
2024-06-04 07:57:55 -06:00
коммит произвёл GitHub
родитель 5114c3b7cd
Коммит 206ff6e697
2 изменённых файлов: 6 добавлений и 2 удалений

Просмотреть файл

@@ -6830,6 +6830,10 @@
"id": "app.user.save.existing.app_error",
"translation": "Must call update for existing user."
},
{
"id": "app.user.save.groupname.app_error",
"translation": "Unable to determine if that username already exists"
},
{
"id": "app.user.save.username_exists.app_error",
"translation": "An account with that username already exists."