ui: datastore edit: make keep-last label like the others

Signed-off-by: Fabian Ebner <f.ebner@proxmox.com>
This commit is contained in:
Fabian Ebner 2021-04-15 09:24:36 +02:00 committed by Thomas Lamprecht
parent 000e6cad5c
commit 3f5fbc5620
1 changed files with 1 additions and 1 deletions

View 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}',
},