]> git.proxmox.com Git - pve-manager.git/commitdiff
ui: tfa login: wording followup
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Mon, 8 Apr 2019 14:59:50 +0000 (16:59 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Mon, 8 Apr 2019 14:59:50 +0000 (16:59 +0200)
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
www/manager6/window/LoginWindow.js

index c7a3e71143da39f2b3b3632ffc3315b570d4c45f..ddcc11ce12bd0d2b942360872505978303a7a90d 100644 (file)
@@ -265,7 +265,7 @@ Ext.define('PVE.window.TFALoginWindow', {
 
     modal: true,
     resizable: false,
-    title: gettext('Two Factor Authentication'),
+    title: 'Two-Factor Authentication',
     layout: 'form',
     defaultButton: 'loginButton',
     defaultFocus: 'otpField',
@@ -289,7 +289,7 @@ Ext.define('PVE.window.TFALoginWindow', {
     items: [
        {
            xtype: 'textfield',
-           fieldLabel: gettext('Please enter your OTP token:'),
+           fieldLabel: gettext('Please enter your OTP verification code:'),
            name: 'otp',
            itemId: 'otpField',
            reference: 'otpField',