summaryrefslogtreecommitdiffstats
path: root/webapp/components/user_settings/user_settings_security.jsx
diff options
context:
space:
mode:
authorEric Sethna <eric@spinpunch.com>2016-11-22 14:27:11 -0700
committerCorey Hulen <corey@hulen.com>2016-11-22 13:27:11 -0800
commit0f07a2d288bada5e08cd9a63047ee85ef60738f5 (patch)
tree3f12249e06ce9f4a6fe5c0d1b12ad055da6f1717 /webapp/components/user_settings/user_settings_security.jsx
parent7961599b2e41c71720a42b3bfde641f7529f05fe (diff)
downloadchat-0f07a2d288bada5e08cd9a63047ee85ef60738f5.tar.gz
chat-0f07a2d288bada5e08cd9a63047ee85ef60738f5.tar.bz2
chat-0f07a2d288bada5e08cd9a63047ee85ef60738f5.zip
PLT-4776: Fix typo in MFA help text (#4635)
* fix typo * fix mfa typo
Diffstat (limited to 'webapp/components/user_settings/user_settings_security.jsx')
-rw-r--r--webapp/components/user_settings/user_settings_security.jsx2
1 files changed, 1 insertions, 1 deletions
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 {
<span>
<FormattedMessage
id='user.settings.mfa.addHelpQr'
- defaultMessage='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.'
+ defaultMessage='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.'
/>
</span>
);