mirror of
https://git.proxmox.com/git/pve-manager
synced 2025-08-05 10:58:09 +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,
|
||||
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',
|
||||
|
Loading…
Reference in New Issue
Block a user