diff --git a/www/DataStorePanel.js b/www/DataStorePanel.js index 0da94361..4368d1d7 100644 --- a/www/DataStorePanel.js +++ b/www/DataStorePanel.js @@ -53,7 +53,7 @@ Ext.define('PBS.DataStorePanel', { }, }, { - title: gettext('Prune & Garbage collection'), + title: gettext('Prune & GC'), xtype: 'pbsDataStorePruneAndGC', itemId: 'prunegc', iconCls: 'fa fa-trash-o', diff --git a/www/DataStorePruneAndGC.js b/www/DataStorePruneAndGC.js index 6ce33248..94c2ad9d 100644 --- a/www/DataStorePruneAndGC.js +++ b/www/DataStorePruneAndGC.js @@ -47,7 +47,7 @@ Ext.define('PBS.DataStorePruneAndGC', { '-', { xtype: 'proxmoxButton', - text: gettext('Start GC'), + text: gettext('Start Garbage Collection'), selModel: null, handler: 'garbageCollect', }, @@ -64,7 +64,7 @@ Ext.define('PBS.DataStorePruneAndGC', { "gc-schedule": { required: true, defaultValue: Proxmox.Utils.NoneText, - header: gettext('GC Schedule'), + header: gettext('Garbage Collection Schedule'), editor: { xtype: 'proxmoxWindowEdit', title: gettext('GC Schedule'),