public inbox for pbs-devel@lists.proxmox.com
 help / color / mirror / Atom feed
* [pbs-devel] [PATCH proxmox-backup] ui: datastore edit: make keep-last label like the others
@ 2021-04-15  7:24 Fabian Ebner
  2021-07-08 11:27 ` Fabian Ebner
  2021-07-08 12:06 ` [pbs-devel] applied: " Thomas Lamprecht
  0 siblings, 2 replies; 3+ messages in thread
From: Fabian Ebner @ 2021-04-15  7:24 UTC (permalink / raw)
  To: pbs-devel

Signed-off-by: Fabian Ebner <f.ebner@proxmox.com>
---
 www/window/DataStoreEdit.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www/window/DataStoreEdit.js b/www/window/DataStoreEdit.js
index c2b2809f..1838b7df 100644
--- a/www/window/DataStoreEdit.js
+++ b/www/window/DataStoreEdit.js
@@ -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}',
 	    },
-- 
2.20.1





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

end of thread, other threads:[~2021-07-08 12:07 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-04-15  7:24 [pbs-devel] [PATCH proxmox-backup] ui: datastore edit: make keep-last label like the others Fabian Ebner
2021-07-08 11:27 ` Fabian Ebner
2021-07-08 12:06 ` [pbs-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