diff --git a/webapp/components/admin_console/oauth_settings.jsx b/webapp/components/admin_console/oauth_settings.jsx
index ad7d2159f7..92663ece83 100644
--- a/webapp/components/admin_console/oauth_settings.jsx
+++ b/webapp/components/admin_console/oauth_settings.jsx
@@ -393,7 +393,7 @@ export default class OAuthSettings extends AdminSettings {
helpText = (
);
}
diff --git a/webapp/i18n/en.json b/webapp/i18n/en.json
index 1f8038e613..1dc2f49d1b 100644
--- a/webapp/i18n/en.json
+++ b/webapp/i18n/en.json
@@ -481,7 +481,7 @@
"admin.oauth.providerDescription": "When true, Mattermost can act as an OAuth 2.0 service provider allowing Mattermost to authorize API requests from external applications.",
"admin.oauth.providerTitle": "Enable OAuth 2.0 Service Provider: ",
"admin.oauth.select": "Select OAuth 2.0 service provider:",
- "admin.office365.EnableHtmlDesc": "
- Log in to your Microsoft or Office 365 account. Make sure it's the account on the same tenant that you would like users to log in with.
- Go to https://apps.dev.microsoft.com, click Add an app and use Mattermost - as the application name.
- Under Application Secrets, click Generate New Password and save it to later complete the field below.
- Under Platforms, click Add Platform, choose Web and enter /signup/office365/complete (example: http://localhost:8065/signup/office365/complete) under Redirect URIs. Also uncheck Allow Implicit Flow.
- Finally, click Save and complete the Application ID and Application Secret Password fields below.
",
+ "admin.office365.EnableHtmlDesc": "- Log in to your Microsoft or Office 365 account. Make sure it's the account on the same tenant that you would like users to log in with.
- Go to https://apps.dev.microsoft.com, click Go to app list > Add an app and use \"Mattermost - your-company-name\" as the Application Name.
- Under Application Secrets, click Generate New Password and paste it to the Application Secret Password field below.
- Under Platforms, click Add Platform, choose Web and enter your-mattermost-url/signup/office365/complete (example: http://localhost:8065/signup/office365/complete) under Redirect URIs. Also uncheck Allow Implicit Flow.
- Finally, click Save and then paste the Application ID below.
",
"admin.office365.authTitle": "Auth Endpoint:",
"admin.office365.clientIdDescription": "The Application/Client ID you received when registering your application with Microsoft.",
"admin.office365.clientIdExample": "Ex \"adf3sfa2-ag3f-sn4n-ids0-sh1hdax192qq\"",