From 0f07a2d288bada5e08cd9a63047ee85ef60738f5 Mon Sep 17 00:00:00 2001 From: Eric Sethna Date: Tue, 22 Nov 2016 14:27:11 -0700 Subject: PLT-4776: Fix typo in MFA help text (#4635) * fix typo * fix mfa typo --- webapp/components/user_settings/user_settings_security.jsx | 2 +- webapp/i18n/en.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'webapp') diff --git a/webapp/components/user_settings/user_settings_security.jsx b/webapp/components/user_settings/user_settings_security.jsx index 1f049c4bd..5f231e499 100644 --- a/webapp/components/user_settings/user_settings_security.jsx +++ b/webapp/components/user_settings/user_settings_security.jsx @@ -289,7 +289,7 @@ export default class SecurityTab extends React.Component { ); diff --git a/webapp/i18n/en.json b/webapp/i18n/en.json index d73ddf985..a8d2e88e0 100644 --- a/webapp/i18n/en.json +++ b/webapp/i18n/en.json @@ -1962,7 +1962,7 @@ "user.settings.languages.promote": "Select which language Mattermost displays in the user interface.

Would like to help with translations? Join the Mattermost Translation Server to contribute.", "user.settings.mfa.add": "Add MFA to your account", "user.settings.mfa.addHelp": "You can require a smartphone-based token, in addition to your password, to sign into Mattermost.

To enable, download Google Authenticator from iTunes or Google Play for your phone, then

1. Click the Add MFA to your account button above.
2. Use Google Authenticator to scan the QR code that appears or type in the secret manually.
3. Type in the Token generated by Google Authenticator and click Save.

When logging in, you will be asked to enter a token from Google Authenticator in addition to your regular credentials.", - "user.settings.mfa.addHelpQr": "Please scan the QR code with the Google Authenticator app on your smartphone and fill in the token with one provided by the app. If you are unable to scan the code, you can maunally enter the secret provided.", + "user.settings.mfa.addHelpQr": "Please scan the QR code with the Google Authenticator app on your smartphone and fill in the token with one provided by the app. If you are unable to scan the code, you can manually enter the secret provided.", "user.settings.mfa.enterToken": "Token (numbers only)", "user.settings.mfa.qrCode": "Bar Code", "user.settings.mfa.remove": "Remove MFA from your account", -- cgit v1.2.3-1-g7c22