summaryrefslogtreecommitdiffstats
path: root/webapp/components/user_settings/user_settings_security.jsx
diff options
context:
space:
mode:
authorElias Nahum <nahumhbl@gmail.com>2016-03-31 14:46:29 -0300
committerElias Nahum <nahumhbl@gmail.com>2016-03-31 16:33:08 -0300
commit271876f3b53225611dfee40fd46917c6a477314b (patch)
tree1cde4a5faa62ee4f8478df802e05a87d4d1bfa36 /webapp/components/user_settings/user_settings_security.jsx
parent36f611fac48536f26770357de8d5b6767bd46d2f (diff)
downloadchat-271876f3b53225611dfee40fd46917c6a477314b.tar.gz
chat-271876f3b53225611dfee40fd46917c6a477314b.tar.bz2
chat-271876f3b53225611dfee40fd46917c6a477314b.zip
Add missing en locs and translations to es
Diffstat (limited to 'webapp/components/user_settings/user_settings_security.jsx')
-rw-r--r--webapp/components/user_settings/user_settings_security.jsx3
1 files changed, 2 insertions, 1 deletions
diff --git a/webapp/components/user_settings/user_settings_security.jsx b/webapp/components/user_settings/user_settings_security.jsx
index e4044e6d0..ff5a898a9 100644
--- a/webapp/components/user_settings/user_settings_security.jsx
+++ b/webapp/components/user_settings/user_settings_security.jsx
@@ -1,6 +1,7 @@
// Copyright (c) 2015 Mattermost, Inc. All Rights Reserved.
// See License.txt for license information.
+import $ from 'jquery';
import SettingItemMin from '../setting_item_min.jsx';
import SettingItemMax from '../setting_item_max.jsx';
import AccessHistoryModal from '../access_history_modal.jsx';
@@ -247,7 +248,7 @@ class SecurityTab extends React.Component {
extraInfo = (
<span>
<FormattedMessage
- id='user.settings.mfa.addHelp'
+ 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.'
/>
</span>