summaryrefslogtreecommitdiffstats
path: root/i18n
diff options
context:
space:
mode:
authorJoram Wilander <jwawilander@gmail.com>2016-06-15 08:02:07 -0400
committerGitHub <noreply@github.com>2016-06-15 08:02:07 -0400
commitf6fc4bdbdb62050a04e4c592af700312a3a56dbf (patch)
tree84ecc1959512f1d51affa9948998b85499badc7b /i18n
parent0f7a8f0fb52f4376a42391812a20e622e82fef4e (diff)
downloadchat-f6fc4bdbdb62050a04e4c592af700312a3a56dbf.tar.gz
chat-f6fc4bdbdb62050a04e4c592af700312a3a56dbf.tar.bz2
chat-f6fc4bdbdb62050a04e4c592af700312a3a56dbf.zip
Update error message when trying to switch account with a duplicate email (#3332)
Diffstat (limited to 'i18n')
-rw-r--r--i18n/en.json4
1 files changed, 4 insertions, 0 deletions
diff --git a/i18n/en.json b/i18n/en.json
index 337678d82..62cf3a38b 100644
--- a/i18n/en.json
+++ b/i18n/en.json
@@ -3816,6 +3816,10 @@
"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"
},