]> git.proxmox.com Git - pve-manager.git/commitdiff
ui: improve description of guest-fstrim checkbox
authorAaron Lauterer <a.lauterer@proxmox.com>
Tue, 15 Dec 2020 15:22:04 +0000 (16:22 +0100)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Fri, 18 Dec 2020 16:54:39 +0000 (17:54 +0100)
The phrasing left some room to speculation when this would actually be
run, e.g. after cloning a full VM?

Currently the only instances where it is used is after moving a disk or
migrating a VM.

Signed-off-by: Aaron Lauterer <a.lauterer@proxmox.com>
www/manager6/form/AgentFeatureSelector.js

index 122c87133fee2939f03b0cf21971cc596653a01b..6c21306f99ebc2357d738fa3fe86ccca50c4b7e9 100644 (file)
@@ -14,7 +14,7 @@ Ext.define('PVE.form.AgentFeatureSelector', {
        },
        {
            xtype: 'proxmoxcheckbox',
-           boxLabel: gettext('Run guest-trim after clone disk'),
+           boxLabel: gettext('Run guest-trim after a disk move or VM migration'),
            name: 'fstrim_cloned_disks',
            bind: {
                disabled: '{!enabled.checked}',