summaryrefslogtreecommitdiffstats
path: root/i18n
diff options
context:
space:
mode:
authorJesse Hallam <jesse.hallam@gmail.com>2018-09-28 10:06:40 -0400
committerHarrison Healey <harrisonmhealey@gmail.com>2018-09-28 10:06:40 -0400
commitee672a72e4c534f2d5f36cc563084279ba31ba87 (patch)
tree4e95a9ef0d67f7c552ffeeae392064ef9429e143 /i18n
parentde5c8622f8b1c22af389e1bea974cf3ba1a01670 (diff)
downloadchat-ee672a72e4c534f2d5f36cc563084279ba31ba87.tar.gz
chat-ee672a72e4c534f2d5f36cc563084279ba31ba87.tar.bz2
chat-ee672a72e4c534f2d5f36cc563084279ba31ba87.zip
MM-12192: autocompleteUsers: if a teamId is provided, require it to match the channel's team id (#9481)
* MM-12192: unit test * MM-1292: autocompleteUsers: if a teamId is provided, require it to match the channel's team id
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 4558501d8..b664a30f5 100644
--- a/i18n/en.json
+++ b/i18n/en.json
@@ -2019,6 +2019,10 @@
"translation": "Unsupported OAuth service provider"
},
{
+ "id": "api.user.autocomplete_users.invalid_team_id",
+ "translation": "Invalid team id"
+ },
+ {
"id": "api.user.check_user_login_attempts.too_many.app_error",
"translation": "Your account is locked because of too many failed password attempts. Please reset your password."
},