]> git.proxmox.com Git - proxmox-backup.git/commitdiff
ui: datastore: change GC/Prune title and buttons a bit
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Tue, 27 Oct 2020 16:42:29 +0000 (17:42 +0100)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Tue, 27 Oct 2020 16:42:29 +0000 (17:42 +0100)
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
www/DataStorePanel.js
www/DataStorePruneAndGC.js

index 0da943611c880a811fc78999397366e484f566a3..4368d1d7ab8110af28d33134179291ad61f1f1ca 100644 (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',
index 6ce332486614f2ec0bd60c152390b063f6c1febd..94c2ad9d0d60e2e64b1bea02947a3613b33ffc3d 100644 (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'),