From f6fc4bdbdb62050a04e4c592af700312a3a56dbf Mon Sep 17 00:00:00 2001 From: Joram Wilander Date: Wed, 15 Jun 2016 08:02:07 -0400 Subject: Update error message when trying to switch account with a duplicate email (#3332) --- i18n/en.json | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'i18n') diff --git a/i18n/en.json b/i18n/en.json index 337678d82..62cf3a38b 100644 --- a/i18n/en.json +++ b/i18n/en.json @@ -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" -- cgit v1.2.3-1-g7c22