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,
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',