summaryrefslogtreecommitdiffstats
path: root/i18n/en.json
diff options
context:
space:
mode:
Diffstat (limited to 'i18n/en.json')
-rw-r--r--i18n/en.json8
1 files changed, 8 insertions, 0 deletions
diff --git a/i18n/en.json b/i18n/en.json
index cfa8eaf56..eaf2fcf49 100644
--- a/i18n/en.json
+++ b/i18n/en.json
@@ -3500,6 +3500,10 @@
"translation": "An account with that email already exists."
},
{
+ "id": "store.sql_user.save.email_exists.ldap_app_error",
+ "translation": "This account does not use LDAP authentication. Please sign in using email and password."
+ },
+ {
"id": "store.sql_user.save.existing.app_error",
"translation": "Must call update for exisiting user"
},
@@ -3516,6 +3520,10 @@
"translation": "An account with that username already exists."
},
{
+ "id": "store.sql_user.save.username_exists.ldap_app_error",
+ "translation": "An account with that username already exists. Please contact your Administrator."
+ },
+ {
"id": "store.sql_user.update.app_error",
"translation": "We couldn't update the account"
},