summaryrefslogtreecommitdiffstats
path: root/webapp/i18n/en.json
diff options
context:
space:
mode:
authorit33 <it33@users.noreply.github.com>2016-04-29 05:17:28 -0700
committerHarrison Healey <harrisonmhealey@gmail.com>2016-04-29 08:17:28 -0400
commit9961ccca7d39bdfabbafce423d3f7fe4b6ed2f29 (patch)
tree74414f01cb9f8d5eb8e99b77c70ff3c1d429582b /webapp/i18n/en.json
parentf9d2b1310b453c0d4e318ac2242570ed93dd7d14 (diff)
downloadchat-9961ccca7d39bdfabbafce423d3f7fe4b6ed2f29.tar.gz
chat-9961ccca7d39bdfabbafce423d3f7fe4b6ed2f29.tar.bz2
chat-9961ccca7d39bdfabbafce423d3f7fe4b6ed2f29.zip
Update to MFA help text (#2822)
* Update to MFA help text * Changing "QR Code" to "Bar Code" Google Authenticator UI calls it "Bar Code", not "QR Code" * Updating MFA removal help text
Diffstat (limited to 'webapp/i18n/en.json')
-rw-r--r--webapp/i18n/en.json8
1 files changed, 4 insertions, 4 deletions
diff --git a/webapp/i18n/en.json b/webapp/i18n/en.json
index 1ef8967e3..197f052a1 100644
--- a/webapp/i18n/en.json
+++ b/webapp/i18n/en.json
@@ -1341,12 +1341,12 @@
"user.settings.import_theme.submitError": "Invalid format, please try copying and pasting in again.",
"user.settings.languages.change": "Change interface language",
"user.settings.mfa.add": "Add MFA to your account",
- "user.settings.mfa.addHelp": "To add multi-factor authentication to your account you must have a smartphone with Google Authenticator installed.",
- "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.",
+ "user.settings.mfa.addHelp": "You can require a phone-based passcode, in addition to your password, to sign into Mattermost. To enable, download Google Authenticator to your iOS or Android phone, then click the Add MFA to your account button above and use Google Authenticator to scan the bar code that appears. Type in the Token generated by Google Authenticator and click Save. In future, you will be asked to enter a passcode from Google Authenticator in addition to your password on login.",
+ "user.settings.mfa.addHelpQr": "Please scan the bar code with the Google Authenticator app on your smartphone and fill in the token with one provided by the app.",
"user.settings.mfa.enterToken": "Token",
- "user.settings.mfa.qrCode": "QR Code",
+ "user.settings.mfa.qrCode": "Bar Code",
"user.settings.mfa.remove": "Remove MFA from your account",
- "user.settings.mfa.removeHelp": "Removing multi-factor authentication will make your account more vulnerable to attacks.",
+ "user.settings.mfa.removeHelp": "Removing multi-factor authentication means you will no longer require a phone-based passcode to sign-in to your account.",
"user.settings.modal.advanced": "Advanced",
"user.settings.modal.confirmBtns": "Yes, Discard",
"user.settings.modal.confirmMsg": "You have unsaved changes, are you sure you want to discard them?",