ui: datastore: change GC/Prune title and buttons a bit

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
Thomas Lamprecht 2020-10-27 17:42:29 +01:00
parent 8d6b6a045f
commit cd82870015
2 changed files with 3 additions and 3 deletions

View File

@ -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',

View File

@ -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'),