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 355fc9945..4b254a42c 100644
--- a/i18n/en.json
+++ b/i18n/en.json
@@ -800,6 +800,14 @@
"translation": "Invalid {{.Name}} parameter"
},
{
+ "id": "api.context.invalid_body_param.app_error",
+ "translation": "Invalid or missing {{.Name}} in request body"
+ },
+ {
+ "id": "api.context.invalid_url_param.app_error",
+ "translation": "Invalid or missing {{.Name}} parameter in request URL"
+ },
+ {
"id": "api.context.invalid_session.error",
"translation": "Invalid session err=%v"
},
@@ -5245,7 +5253,7 @@
},
{
"id": "store.sql_user.missing_account.const",
- "translation": "We couldn't find an existing account matching your email address for this team. This team may require an invite from the team owner to join."
+ "translation": "We couldn't find the user."
},
{
"id": "store.sql_user.permanent_delete.app_error",