From dda0ea355283623cf9bf3f5d16f3a3c3033106ae Mon Sep 17 00:00:00 2001 From: Joram Wilander Date: Tue, 6 Sep 2016 08:29:14 -0400 Subject: PLT-3875 Update error page to use Markdown and add error for missing OAuth code (#3934) * Update error page to use Markdown and add error for missing OAuth code * Add line breaks to error messages This is to make the error message easier to read. * Update en.json --- i18n/en.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'i18n') diff --git a/i18n/en.json b/i18n/en.json index d0c5b85a1..339c58e36 100644 --- a/i18n/en.json +++ b/i18n/en.json @@ -1010,8 +1010,8 @@ "translation": "invalid_request: Bad client_id" }, { - "id": "api.oauth.receive_redirect.debug", - "translation": "OAuth2 redirect: {{.URL}}" + "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.allow_oauth.bad_redirect.app_error", -- cgit v1.2.3-1-g7c22