diff --git a/debian/control.in b/debian/control.in index 8e325fe6..80fb0e19 100644 --- a/debian/control.in +++ b/debian/control.in @@ -4,7 +4,7 @@ Depends: fonts-font-awesome, libjs-extjs (>= 6.0.1), libzstd1 (>= 1.3.8), proxmox-mini-journalreader, - proxmox-widget-toolkit (>= 2.2-2), + proxmox-widget-toolkit (>= 2.2-4), ${misc:Depends}, ${shlibs:Depends}, Description: Proxmox Backup Server daemon with tools and GUI diff --git a/www/Utils.js b/www/Utils.js index 7fe2cad9..c63390e5 100644 --- a/www/Utils.js +++ b/www/Utils.js @@ -29,5 +29,10 @@ Ext.define('PBS.Utils', { var me = this; // do whatever you want here + Proxmox.Utils.override_task_descriptions({ + garbage_collection: ['Datastore', gettext('Garbage collect') ], + backup: [ '', gettext('Backup') ], + reader: [ '', gettext('Read datastore objects') ], // FIXME: better one + }); } });