ui: datastore edit: make keep-last label like the others
Signed-off-by: Fabian Ebner <f.ebner@proxmox.com>
This commit is contained in:
parent
000e6cad5c
commit
3f5fbc5620
|
@ -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}',
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue