ui: tfa login: wording followup

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
Thomas Lamprecht 2019-04-08 16:59:50 +02:00
parent 45980a92d2
commit 1102bcb160

View File

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