Signed-off-by: Aaron Lauterer <a.laute...@proxmox.com> --- www/manager6/Utils.js | 3 +++ 1 file changed, 3 insertions(+)
diff --git a/www/manager6/Utils.js b/www/manager6/Utils.js index 19227384..0a5a207c 100644 --- a/www/manager6/Utils.js +++ b/www/manager6/Utils.js @@ -1566,6 +1566,9 @@ Ext.define('PVE.Utils', { utilities: { constructor: function() { var me = this; Ext.apply(me, me.utilities); + Proxmox.Utils.override_task_descriptions({ + qmreassign: ['VM', gettext('Reassign disk')], + }); }, getNodeVMs: function(nodename) { -- 2.20.1 _______________________________________________ pve-devel mailing list pve-devel@lists.proxmox.com https://lists.proxmox.com/cgi-bin/mailman/listinfo/pve-devel