]> git.proxmox.com Git - pmg-gui.git/commitdiff
Utils: add product specific task descriptions
authorDominik Csapak <d.csapak@proxmox.com>
Fri, 30 Oct 2020 13:02:56 +0000 (14:02 +0100)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Fri, 30 Oct 2020 14:00:52 +0000 (15:00 +0100)
Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
js/Utils.js

index abd910dbe545819f73cf44e749b71d7fb0589e13..7c934bc00c08997f31f4a426367d236f0a4d1495 100644 (file)
@@ -819,5 +819,14 @@ Ext.define('PMG.Utils', {
        var me = this;
 
        // do whatever you want here
+       Proxmox.Utils.override_task_descriptions({
+           applycustomscores: ['', gettext('Apply custom SpamAssassin scores')],
+           avupdate: ['', gettext('ClamAV update')],
+           backup: ['', gettext('Backup')],
+           clustercreate: ['', gettext('Create Cluster')],
+           clusterjoin: ['', gettext('Join Cluster')],
+           restore: ['', gettext('Restore')],
+           saupdate: ['', gettext('SpamAssassin update')],
+       });
     },
 });