diff --git a/src/panel/TfaView.js b/src/panel/TfaView.js index 8c2af96..a237062 100644 --- a/src/panel/TfaView.js +++ b/src/panel/TfaView.js @@ -268,9 +268,9 @@ Ext.define('Proxmox.panel.TfaView', { handler: 'addRecovery', }, { - text: gettext('Yubico'), + text: gettext('Yubico OTP'), itemId: 'yubico', - iconCls: 'fa fa-fw fa-yahoo', + iconCls: 'fa fa-fw fa-yahoo', // close enough handler: 'addYubico', cbind: { hidden: '{!yubicoEnabled}', diff --git a/src/window/AddYubico.js b/src/window/AddYubico.js index 22b884b..90ad03f 100644 --- a/src/window/AddYubico.js +++ b/src/window/AddYubico.js @@ -7,7 +7,7 @@ Ext.define('Proxmox.window.AddYubico', { modal: true, resizable: false, - title: gettext('Add a Yubico key'), + title: gettext('Add a Yubico OTP key'), width: 512, isAdd: true, @@ -120,6 +120,11 @@ Ext.define('Proxmox.window.AddYubico', { Ext.String.format(gettext("Confirm your ({0}) password"), Proxmox.UserName), }, }, + { + xtype: 'box', + html: `${gettext('Tip:')} ` + + gettext('YubiKeys also support WebAuthn, which is often a better alternative.'), + }, ], }, ],