mirror of
https://git.proxmox.com/git/pve-manager
synced 2025-08-09 14:37:56 +00:00
ui: tfa login: wording followup
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
45980a92d2
commit
1102bcb160
@ -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',
|
||||||
|
Loading…
Reference in New Issue
Block a user