From c01d9ad6cf3f8bb2ad4145441816598d8ffa2d9e Mon Sep 17 00:00:00 2001 From: Joram Wilander Date: Mon, 30 Jan 2017 08:30:02 -0500 Subject: Implement APIv4 infrastructure (#5191) * Implement APIv4 infrastructure * Update parameter requirement functions per feedback --- i18n/en.json | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'i18n/en.json') diff --git a/i18n/en.json b/i18n/en.json index 355fc9945..4b254a42c 100644 --- a/i18n/en.json +++ b/i18n/en.json @@ -799,6 +799,14 @@ "id": "api.context.invalid_param.app_error", "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", -- cgit v1.2.3-1-g7c22