summaryrefslogtreecommitdiffstats
path: root/i18n
diff options
context:
space:
mode:
authorCorey Hulen <corey@hulen.com>2016-05-17 12:52:10 -0700
committerChristopher Speller <crspeller@gmail.com>2016-05-17 15:52:10 -0400
commit123bfad69c405b0e78e3031d8064fd7621416867 (patch)
treeca24158452a5d151842994d57f9ceb5cc97e19c4 /i18n
parentd2b556aa77cc8e8f7d7aef340950fb632fba2aa6 (diff)
downloadchat-123bfad69c405b0e78e3031d8064fd7621416867.tar.gz
chat-123bfad69c405b0e78e3031d8064fd7621416867.tar.bz2
chat-123bfad69c405b0e78e3031d8064fd7621416867.zip
Fixing LDAP issue with Postgres (#3033)
Diffstat (limited to 'i18n')
-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"
},