From e30e4cfe3d787e2528419b0d17973eb0fc162d56 Mon Sep 17 00:00:00 2001 From: Harrison Healey Date: Tue, 5 Sep 2017 17:40:35 -0400 Subject: PLT-7468 Moved more error pages to use predefined error types (#7378) * PLT-7468 Moved more errors to use error types * PLT-7468 Moved 404 error page to use error types * Made helper function for rendering external links on error page --- i18n/en.json | 12 ------------ 1 file changed, 12 deletions(-) (limited to 'i18n') diff --git a/i18n/en.json b/i18n/en.json index eb7f5e1cc..afca44ef0 100644 --- a/i18n/en.json +++ b/i18n/en.json @@ -1397,10 +1397,6 @@ "id": "api.oauth.authorize_oauth.missing.app_error", "translation": "Missing one or more of response_type, client_id, or redirect_uri" }, - { - "id": "api.oauth.complete_oauth.missing_code.app_error", - "translation": "The service provider {{.service}} did not provide an authorization code in the redirect URL.\n\nFor [Google Apps](https://docs.mattermost.com/deployment/sso-google.html) make sure your administrator enabled the Google+ API.\n\nFor [Office 365](https://docs.mattermost.com/deployment/sso-office.html) make sure the administrator of your Microsoft organization has enabled the Mattermost app.\n\nFor [GitLab](https://docs.mattermost.com/deployment/sso-gitlab.html) please make sure you followed the setup instructions.\n\nIf you reviewed the above and are still having trouble with configuration, you may post in our [Troubleshooting forum](https://forum.mattermost.org/c/general/trouble-shoot) where we'll be happy to help with issues during setup." - }, { "id": "api.oauth.delete.permissions.app_error", "translation": "Invalid permissions to delete the OAuth2 App" @@ -2231,14 +2227,6 @@ "id": "api.templates.email_organization", "translation": "Sent by " }, - { - "id": "api.templates.error.link", - "translation": "Go back to Mattermost" - }, - { - "id": "api.templates.error.title", - "translation": "{{ .SiteName }} needs your help:" - }, { "id": "api.templates.find_teams_body.found", "translation": "Your request to find teams associated with your email found the following:" -- cgit v1.2.3-1-g7c22