summaryrefslogtreecommitdiffstats
path: root/i18n
diff options
context:
space:
mode:
authorHarrison Healey <harrisonmhealey@gmail.com>2017-09-05 17:40:35 -0400
committerJoram Wilander <jwawilander@gmail.com>2017-09-05 17:40:35 -0400
commite30e4cfe3d787e2528419b0d17973eb0fc162d56 (patch)
tree8b6e989dccfe7308786167c0767f4699f28841ae /i18n
parent6ca443a2556e5d4bade9a9ef7d6d877bf1d6fc45 (diff)
downloadchat-e30e4cfe3d787e2528419b0d17973eb0fc162d56.tar.gz
chat-e30e4cfe3d787e2528419b0d17973eb0fc162d56.tar.bz2
chat-e30e4cfe3d787e2528419b0d17973eb0fc162d56.zip
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
Diffstat (limited to 'i18n')
-rw-r--r--i18n/en.json12
1 files changed, 0 insertions, 12 deletions
diff --git a/i18n/en.json b/i18n/en.json
index eb7f5e1cc..afca44ef0 100644
--- a/i18n/en.json
+++ b/i18n/en.json
@@ -1398,10 +1398,6 @@
"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"
},
@@ -2232,14 +2228,6 @@
"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:"
},