[pve-devel] [PATCH manager 2/3] ui: utils: fix OVMF typo in error message translation

Christoph Heiss c.heiss at proxmox.com
Fri Dec 19 11:54:28 CET 2025


Signed-off-by: Christoph Heiss <c.heiss at proxmox.com>
---
 www/manager6/Utils.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www/manager6/Utils.js b/www/manager6/Utils.js
index 0e0751e76..2992f6553 100644
--- a/www/manager6/Utils.js
+++ b/www/manager6/Utils.js
@@ -402,7 +402,7 @@ Ext.define('PVE.Utils', {
             enabled: gettext('Enabled'),
             disabled: gettext('Disabled'),
             'not a volume': gettext('Not a volume'),
-            'efidisk but no OMVF BIOS': gettext('EFI Disk without OMVF BIOS'),
+            'efidisk but no OVMF BIOS': gettext('EFI Disk without OVMF BIOS'),
         },
 
         renderNotFound: (what) => Ext.String.format(gettext('No {0} found'), what),
-- 
2.51.2





More information about the pve-devel mailing list