From cd828700155dae5f5f723bb85c5d053141851116 Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Tue, 27 Oct 2020 17:42:29 +0100 Subject: [PATCH] ui: datastore: change GC/Prune title and buttons a bit Signed-off-by: Thomas Lamprecht --- www/DataStorePanel.js | 2 +- www/DataStorePruneAndGC.js | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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'),