diff --git a/webapp/channels/src/components/mfa/setup/setup.tsx b/webapp/channels/src/components/mfa/setup/setup.tsx index d59c11e6d6..d448d5807a 100644 --- a/webapp/channels/src/components/mfa/setup/setup.tsx +++ b/webapp/channels/src/components/mfa/setup/setup.tsx @@ -7,7 +7,6 @@ import {FormattedMessage, injectIntl, type IntlShape} from 'react-intl'; import type {UserProfile} from '@mattermost/types/users'; import ExternalLink from 'components/external_link'; -import FormattedMarkdownMessage from 'components/formatted_markdown_message'; import * as Utils from 'utils/utils'; @@ -134,11 +133,12 @@ class Setup extends React.PureComponent { if (this.props.enforceMultifactorAuthentication) { mfaRequired = (

- {chunks}, }} />

@@ -178,9 +178,12 @@ class Setup extends React.PureComponent { />

- {chunks}, + }} />

@@ -205,9 +208,12 @@ class Setup extends React.PureComponent {

- {chunks}, + }} />

diff --git a/webapp/channels/src/i18n/en.json b/webapp/channels/src/i18n/en.json index 06eaf41d91..2522f567b9 100644 --- a/webapp/channels/src/i18n/en.json +++ b/webapp/channels/src/i18n/en.json @@ -4252,12 +4252,12 @@ "mfa.setup.badCode": "Invalid code. If this issue persists, contact your System Administrator.", "mfa.setup.code": "MFA Code", "mfa.setup.codeError": "Please enter the code from Google Authenticator.", - "mfa.setup.required": "**Multi-factor authentication is required on {siteName}.**", + "mfa.setup.required_mfa": "Multi-factor authentication is required on {siteName}.", "mfa.setup.save": "Save", "mfa.setup.secret": "Secret: {secret}", "mfa.setup.step1": "Step 1: On your phone, download Google Authenticator from iTunes or Google Play", - "mfa.setup.step2": "**Step 2: **Use Google Authenticator to scan this QR code, or manually type in the secret key", - "mfa.setup.step3": "**Step 3: **Enter the code generated by Google Authenticator", + "mfa.setup.step2_secret": "Step 2: Use Google Authenticator to scan this QR code, or manually type in the secret key.", + "mfa.setup.step3_code": "Step 3: Enter the code generated by Google Authenticator.", "mfa.setupTitle": "Multi-factor Authentication Setup", "mobile.set_status.away.icon": "Away Icon", "mobile.set_status.dnd.icon": "Do Not Disturb Icon",