summaryrefslogtreecommitdiffstats
path: root/i18n
diff options
context:
space:
mode:
authorChristopher Speller <crspeller@gmail.com>2016-07-08 09:17:14 -0400
committerHarrison Healey <harrisonmhealey@gmail.com>2016-07-08 09:17:14 -0400
commit2e513c8fd4c6b1b428b83044c017836b0011d32b (patch)
treedd583a99198c089ec09fa7bb124f2579bc7c88c0 /i18n
parent59d5ae40abb7e2fc5c43f3079454cacf12703b98 (diff)
downloadchat-2e513c8fd4c6b1b428b83044c017836b0011d32b.tar.gz
chat-2e513c8fd4c6b1b428b83044c017836b0011d32b.tar.bz2
chat-2e513c8fd4c6b1b428b83044c017836b0011d32b.zip
Login error messages fix (#3525)
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 8e40af1cc..792c835bb 100644
--- a/i18n/en.json
+++ b/i18n/en.json
@@ -1772,6 +1772,10 @@
"translation": "Password field must not be blank"
},
{
+ "id": "api.user.login.invalid_credentials",
+ "translation": "User ID or password incorrect."
+ },
+ {
"id": "api.user.login.inactive.app_error",
"translation": "Login failed because your account has been set to inactive. Please contact an administrator."
},