public inbox for pbs-devel@lists.proxmox.com
 help / color / mirror / Atom feed
* [pbs-devel] [PATCH proxmox-backup] ui: use same label for removable datastore created from disk
@ 2024-11-26 11:14 Christian Ebner
  2024-11-26 11:25 ` [pbs-devel] applied: " Thomas Lamprecht
  0 siblings, 1 reply; 2+ messages in thread
From: Christian Ebner @ 2024-11-26 11:14 UTC (permalink / raw)
  To: pbs-devel

The `Add datastore` window labels the flag for creating a removable
datastore as `Removable datastore`, while creating the datastore via the
storage/disks interface will refer to it as `is removable`.

Use the same `Removable datastore` as label for both locations.

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

diff --git a/www/window/CreateDirectory.js b/www/window/CreateDirectory.js
index 38d6979d9..56dae6c8f 100644
--- a/www/window/CreateDirectory.js
+++ b/www/window/CreateDirectory.js
@@ -56,7 +56,7 @@ Ext.define('PBS.window.CreateDirectory', {
 	{
 	    xtype: 'proxmoxcheckbox',
 	    name: 'removable-datastore',
-	    fieldLabel: gettext('is removable'),
+	    fieldLabel: gettext('Removable datastore'),
 	},
     ],
 });
-- 
2.39.5



_______________________________________________
pbs-devel mailing list
pbs-devel@lists.proxmox.com
https://lists.proxmox.com/cgi-bin/mailman/listinfo/pbs-devel


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

* [pbs-devel] applied: [PATCH proxmox-backup] ui: use same label for removable datastore created from disk
  2024-11-26 11:14 [pbs-devel] [PATCH proxmox-backup] ui: use same label for removable datastore created from disk Christian Ebner
@ 2024-11-26 11:25 ` Thomas Lamprecht
  0 siblings, 0 replies; 2+ messages in thread
From: Thomas Lamprecht @ 2024-11-26 11:25 UTC (permalink / raw)
  To: Proxmox Backup Server development discussion, Christian Ebner

Am 26.11.24 um 12:14 schrieb Christian Ebner:
> The `Add datastore` window labels the flag for creating a removable
> datastore as `Removable datastore`, while creating the datastore via the
> storage/disks interface will refer to it as `is removable`.
> 
> Use the same `Removable datastore` as label for both locations.
> 
> Signed-off-by: Christian Ebner <c.ebner@proxmox.com>
> ---
>  www/window/CreateDirectory.js | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
>

applied, thanks!


_______________________________________________
pbs-devel mailing list
pbs-devel@lists.proxmox.com
https://lists.proxmox.com/cgi-bin/mailman/listinfo/pbs-devel


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

end of thread, other threads:[~2024-11-26 11:25 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-11-26 11:14 [pbs-devel] [PATCH proxmox-backup] ui: use same label for removable datastore created from disk Christian Ebner
2024-11-26 11:25 ` [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