[pve-devel] [PATCH manager 5/6] ui: qemu: hd efi: fix typo in warning
Fiona Ebner
f.ebner at proxmox.com
Thu Dec 11 13:31:25 CET 2025
Signed-off-by: Fiona Ebner <f.ebner at proxmox.com>
---
www/manager6/qemu/HDEfi.js | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/www/manager6/qemu/HDEfi.js b/www/manager6/qemu/HDEfi.js
index 6371ebe4..1ae63add 100644
--- a/www/manager6/qemu/HDEfi.js
+++ b/www/manager6/qemu/HDEfi.js
@@ -80,7 +80,7 @@ Ext.define('PVE.qemu.EFIDiskInputPanel', {
},
{
xtype: 'label',
- text: gettext("Warning: The VM currently does not uses 'OVMF (UEFI)' as BIOS."),
+ text: gettext("Warning: The VM currently does not use 'OVMF (UEFI)' as BIOS."),
userCls: 'pmx-hint',
hidden: me.usesEFI,
},
--
2.47.3
More information about the pve-devel
mailing list