]> git.proxmox.com Git - pve-manager.git/commitdiff
ui: guest import: style clean-ups
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Wed, 13 Mar 2024 07:16:47 +0000 (08:16 +0100)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Thu, 14 Mar 2024 14:17:43 +0000 (15:17 +0100)
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
www/manager6/window/GuestImport.js

index f4473c3068442f4cf58b7d03c447cef94980c65e..aac0c94a2f25617ac1ac779441edc925ad7d46fe 100644 (file)
@@ -511,8 +511,7 @@ Ext.define('PVE.window.GuestImport', {
                    title: gettext('Advanced'),
                    xtype: 'inputpanel',
 
-                   // the first inputpanel handles the values, prevent
-                   // accidental values from this inputpanel here
+                   // the first inputpanel handles all values, so prevent value leakage here
                    onGetValues: () => ({}),
                    column1: [
                        {
@@ -551,7 +550,7 @@ Ext.define('PVE.window.GuestImport', {
                            },
                            autoEl: {
                                tag: 'div',
-                               'data-qtip': gettext('Useful when wanting to use VirtIO-SCSI'),
+                               'data-qtip': gettext('Useful for a quicker switch to VirtIO-SCSI attached disks'),
                            },
                        },
                        {