]> git.proxmox.com Git - pve-manager.git/commitdiff
ui: vm wizard: reword label for extra drive for virtio-drivers
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Tue, 21 Nov 2023 13:16:34 +0000 (14:16 +0100)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Tue, 21 Nov 2023 13:16:35 +0000 (14:16 +0100)
while a user can attach anything, we change the defaults for, e.g.,
scsi controller or network to virtio if this is ticked, so try to hint
that a bit better

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
www/manager6/qemu/OSTypeEdit.js

index 109f645dc38deab06df1111257efaf469ee31248..0a59de32391909a6e8ca33b43b11da75912bc6c4 100644 (file)
@@ -154,7 +154,7 @@ Ext.define('PVE.qemu.OSTypeInputPanel', {
                    isFormField: false,
                    hidden: true,
                    checked: false,
-                   boxLabel: gettext('Add Second CD/DVD Image file (iso)'),
+                   boxLabel: gettext('Add additional drive for VirtIO drivers'),
                    listeners: {
                        change: function(cb, value) {
                            me.lookup('isoSelector').setDisabled(!value);