summaryrefslogtreecommitdiffstats
path: root/i18n/en.json
diff options
context:
space:
mode:
Diffstat (limited to 'i18n/en.json')
-rw-r--r--i18n/en.json10
1 files changed, 9 insertions, 1 deletions
diff --git a/i18n/en.json b/i18n/en.json
index 138a1ace1..9a44ca31a 100644
--- a/i18n/en.json
+++ b/i18n/en.json
@@ -1560,7 +1560,7 @@
"translation": "Revoking sessionId=%v for userId=%v re-login with same device Id"
},
{
- "id": "api.user.login_by_email.sign_in.app_error",
+ "id": "api.user.login.use_auth_service.app_error",
"translation": "Please sign in using {{.AuthService}}"
},
{
@@ -3444,6 +3444,14 @@
"translation": "We encountered an error while finding user profiles"
},
{
+ "id": "store.sql_user.get_for_login.app_error",
+ "translation": "We couldn't find an existing account matching your credentials. This team may require an invite from the team owner to join."
+ },
+ {
+ "id": "store.sql_user.get_for_login.multiple_users",
+ "translation": "We found multiple users matching your credentials and were unable to log you in. Please contact an administrator."
+ },
+ {
"id": "store.sql_user.get_profiles.app_error",
"translation": "We encountered an error while finding user profiles"
},