ui: clarify labels for EFI/TPM storage

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
Thomas Lamprecht 2021-10-21 13:41:06 +02:00
parent a9175b0ba1
commit 7d21fd936a
2 changed files with 3 additions and 1 deletions

View File

@ -58,6 +58,7 @@ Ext.define('PVE.qemu.EFIDiskInputPanel', {
{
xtype: 'pveDiskStorageSelector',
name: 'efidisk0',
storageLabel: gettext('EFI Storage'),
storageContent: 'images',
nodename: me.nodename,
disabled: me.disabled,
@ -72,7 +73,7 @@ Ext.define('PVE.qemu.EFIDiskInputPanel', {
//boxLabel: '(e.g., Microsoft secure-boot keys')',
autoEl: {
tag: 'div',
'data-qtip': gettext('Enroll standard distribution and Microsoft secure boot keys.'),
'data-qtip': gettext('Use EFIvars image with standard distribution and Microsoft secure boot keys enrolled.'),
},
},
{

View File

@ -49,6 +49,7 @@ Ext.define('PVE.qemu.TPMDiskInputPanel', {
{
xtype: 'pveDiskStorageSelector',
name: me.disktype + '0',
storageLabel: gettext('TPM Storage'),
storageContent: 'images',
nodename: me.nodename,
disabled: me.disabled,