* [yew-devel] [PATCH yew-comp] lxc property: fix a typo
@ 2025-11-25 9:54 Shannon Sterz
2025-11-25 11:03 ` [yew-devel] applied: " Dietmar Maurer
0 siblings, 1 reply; 2+ messages in thread
From: Shannon Sterz @ 2025-11-25 9:54 UTC (permalink / raw)
To: yew-devel
Signed-off-by: Shannon Sterz <s.sterz@proxmox.com>
---
src/form/pve/lxc_property/mod.rs | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/form/pve/lxc_property/mod.rs b/src/form/pve/lxc_property/mod.rs
index a0a57c0..d8723a3 100644
--- a/src/form/pve/lxc_property/mod.rs
+++ b/src/form/pve/lxc_property/mod.rs
@@ -176,7 +176,7 @@ pub fn lxc_console_mode_property(mobile: bool) -> EditableProperty {
}
pub fn lxc_hostname_property(vmid: u32, mobile: bool) -> EditableProperty {
- let title = tr!("Hostame");
+ let title = tr!("Hostname");
EditableProperty::new("hostname", title.clone())
.required(true)
.placeholder(format!("CT{}", vmid))
--
2.47.3
_______________________________________________
yew-devel mailing list
yew-devel@lists.proxmox.com
https://lists.proxmox.com/cgi-bin/mailman/listinfo/yew-devel
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2025-11-25 11:03 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2025-11-25 9:54 [yew-devel] [PATCH yew-comp] lxc property: fix a typo Shannon Sterz
2025-11-25 11:03 ` [yew-devel] applied: " Dietmar Maurer
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox