[yew-devel] [PATCH proxmox-yew-comp 2/2] tasks: Replace "Until:" with "Until"
Maximiliano Sandoval
m.sandoval at proxmox.com
Mon Jan 27 10:31:59 CET 2025
So it is consistent with the "Since" string above.
Signed-off-by: Maximiliano Sandoval <m.sandoval at proxmox.com>
---
src/tasks.rs | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/tasks.rs b/src/tasks.rs
index 1b65c8e..3d93733 100644
--- a/src/tasks.rs
+++ b/src/tasks.rs
@@ -368,7 +368,7 @@ impl LoadableComponent for ProxmoxTasks {
)
// second row
- .with_child(html!{<div>{tr!("Until:")}</div>})
+ .with_child(html!{<div>{tr!("Until")}</div>})
.with_child(
Field::new()
.name("until")
--
2.39.5
More information about the yew-devel
mailing list