all lists on lists.proxmox.com
 help / color / mirror / Atom feed
* [pdm-devel] [PATCH datacenter-manager] ui: remote: make wizard title translatable
@ 2025-12-03 13:44 Christoph Heiss
  2025-12-03 14:28 ` Thomas Lamprecht
  0 siblings, 1 reply; 2+ messages in thread
From: Christoph Heiss @ 2025-12-03 13:44 UTC (permalink / raw)
  To: pdm-devel

Signed-off-by: Christoph Heiss <c.heiss@proxmox.com>
---
Looks like this was simply forgotten.

 ui/src/remotes/add_wizard.rs | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ui/src/remotes/add_wizard.rs b/ui/src/remotes/add_wizard.rs
index e14b8c5..6d7dc40 100644
--- a/ui/src/remotes/add_wizard.rs
+++ b/ui/src/remotes/add_wizard.rs
@@ -88,7 +88,7 @@ impl Component for AddWizardState {
         let props = ctx.props();
         let remote_type = props.remote_type;
 
-        let mut wizard = Wizard::new("Add Remote")
+        let mut wizard = Wizard::new(tr!("Add Remote"))
             .width(800)
             .tab_bar_style(pwt::widget::TabBarStyle::MaterialPrimary)
             .on_done(props.on_close.clone())
-- 
2.51.2



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


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

end of thread, other threads:[~2025-12-03 14:29 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2025-12-03 13:44 [pdm-devel] [PATCH datacenter-manager] ui: remote: make wizard title translatable Christoph Heiss
2025-12-03 14:28 ` Thomas Lamprecht

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.
Service provided by Proxmox Server Solutions GmbH | Privacy | Legal