prune panel: make keep-last label text like the others

Signed-off-by: Fabian Ebner <f.ebner@proxmox.com>
This commit is contained in:
Fabian Ebner 2020-11-27 11:08:28 +01:00 committed by Thomas Lamprecht
parent bcc48f062c
commit fef397f558

View File

@ -18,7 +18,7 @@ Ext.define('Proxmox.panel.PruneInputPanel', {
{
xtype: 'pmxPruneKeepField',
name: 'keep-last',
fieldLabel: gettext('keep-last'),
fieldLabel: gettext('Keep Last'),
cbind: {
deleteEmpty: '{!isCreate}',
emptyText: '{keepLastEmptyText}',