]> git.proxmox.com Git - pve-manager.git/commitdiff
ui: qemu: clarify that the intel vIOMMU is compatible with AMD
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Mon, 22 Apr 2024 17:46:39 +0000 (19:46 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Mon, 22 Apr 2024 17:49:33 +0000 (19:49 +0200)
This is definitively a source of confusion otherwise.

Reported-by: Fiona Ebner <f.ebner@proxmox.com>
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
www/manager6/qemu/MachineEdit.js

index 8797d001c276c6506767f943777d9453f179d3b4..a697cd344af4d36cec466704a4fef9214d245980 100644 (file)
@@ -150,7 +150,7 @@ Ext.define('PVE.qemu.MachineInputPanel', {
            value: '__default__',
            comboItems: [
                ['__default__', Proxmox.Utils.defaultText + ' (None)'],
-               ['intel', 'Intel'],
+               ['intel', gettext('Intel (AMD Compatible)')],
                ['virtio', 'VirtIO'],
            ],
            bind: {