]> git.proxmox.com Git - proxmox-backup.git/commitdiff
ui: datastore edit: make keep-last label like the others
authorFabian Ebner <f.ebner@proxmox.com>
Thu, 15 Apr 2021 07:24:36 +0000 (09:24 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Thu, 8 Jul 2021 12:06:26 +0000 (14:06 +0200)
Signed-off-by: Fabian Ebner <f.ebner@proxmox.com>
www/window/DataStoreEdit.js

index 2f67db76333a4bdd3757689d30ebda491cc86acc..fbf0da5b0421c11e0752797b3a7044d74437901e 100644 (file)
@@ -16,7 +16,7 @@ Ext.define('PBS.panel.PruneInputPanel', {
        {
            xtype: 'pbsPruneKeepInput',
            name: 'keep-last',
-           fieldLabel: gettext('keep-last'),
+           fieldLabel: gettext('Keep Last'),
            cbind: {
                deleteEmpty: '{!isCreate}',
            },