public inbox for pve-devel@lists.proxmox.com
 help / color / mirror / Atom feed
* [pve-devel] [PATCH widget-toolkit] prune panel: make keep-last label text like the others
@ 2020-11-27 10:08 Fabian Ebner
  2021-01-26 17:55 ` [pve-devel] applied: " Thomas Lamprecht
  0 siblings, 1 reply; 2+ messages in thread
From: Fabian Ebner @ 2020-11-27 10:08 UTC (permalink / raw)
  To: pve-devel

Signed-off-by: Fabian Ebner <f.ebner@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





^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-01-26 17:55 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-11-27 10:08 [pve-devel] [PATCH widget-toolkit] prune panel: make keep-last label text like the others Fabian Ebner
2021-01-26 17:55 ` [pve-devel] applied: " Thomas Lamprecht

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
Service provided by Proxmox Server Solutions GmbH | Privacy | Legal