[pve-devel] [PATCH widget-toolkit] prune panel: make keep-last label text like the others

Fabian Ebner f.ebner at proxmox.com
Fri Nov 27 11:08:28 CET 2020


Signed-off-by: Fabian Ebner <f.ebner at proxmox.com>
---
 src/panel/PruneKeepPanel.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/panel/PruneKeepPanel.js b/src/panel/PruneKeepPanel.js
index 5642602..513ff0e 100644
--- a/src/panel/PruneKeepPanel.js
+++ b/src/panel/PruneKeepPanel.js
@@ -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}',
-- 
2.20.1






More information about the pve-devel mailing list