Update error message when trying to switch account with a duplicate email (#3332)

Этот коммит содержится в:
Joram Wilander
2016-06-15 08:02:07 -04:00
коммит произвёл GitHub
родитель 0f7a8f0fb5
Коммит f6fc4bdbdb
2 изменённых файлов: 9 добавлений и 1 удалений

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

@@ -3815,6 +3815,10 @@
"id": "store.sql_user.update.username_taken.app_error",
"translation": "This username is already taken. Please choose another."
},
{
"id": "store.sql_user.update_auth_data.email_exists.app_error",
"translation": "Unable to switch account to {{.Service}}. An account using the email {{.Email}} already exists."
},
{
"id": "store.sql_user.update_auth_data.app_error",
"translation": "We couldn't update the auth data"