public inbox for pdm-devel@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

* Re: [pdm-devel] [PATCH datacenter-manager] ui: remote: make wizard title translatable
  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
  0 siblings, 0 replies; 2+ messages in thread
From: Thomas Lamprecht @ 2025-12-03 14:28 UTC (permalink / raw)
  To: pdm-devel, Christoph Heiss

On Wed, 03 Dec 2025 14:44:21 +0100, Christoph Heiss wrote:
> 


Applied, thanks!

[1/1] ui: remote: make wizard title translatable
      commit: a10a753040a61e58b8116e2a1ad8d4660d85c717


_______________________________________________
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 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