PLT-4776: Fix typo in MFA help text (#4635)

* fix typo

* fix mfa typo
Этот коммит содержится в:
Eric Sethna
2016-11-22 14:27:11 -07:00
коммит произвёл Corey Hulen
родитель 7961599b2e
Коммит 0f07a2d288
2 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@@ -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>
);