[pdm-devel] [PATCH datacenter-manager] ui: remote: make wizard title translatable
Christoph Heiss
c.heiss at proxmox.com
Wed Dec 3 14:44:21 CET 2025
Signed-off-by: Christoph Heiss <c.heiss at 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
More information about the pdm-devel
mailing list