* [yew-devel] [PATCH proxmox-yew-comp] fix typos in translatable strings
@ 2025-09-08 7:06 Maximiliano Sandoval
2025-09-10 12:07 ` [yew-devel] applied: " Thomas Lamprecht
0 siblings, 1 reply; 2+ messages in thread
From: Maximiliano Sandoval @ 2025-09-08 7:06 UTC (permalink / raw)
To: yew-devel
Signed-off-by: Maximiliano Sandoval <m.sandoval@proxmox.com>
---
src/subscription_panel.rs | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/subscription_panel.rs b/src/subscription_panel.rs
index fcca466..9f8e65e 100644
--- a/src/subscription_panel.rs
+++ b/src/subscription_panel.rs
@@ -200,7 +200,7 @@ fn rows() -> Vec<KVGridRow> {
None => html! {"-"},
}
}),
- KVGridRow::new("nextduedata", tr!("Next due data")),
+ KVGridRow::new("nextduedata", tr!("Next due date")),
KVGridRow::new("signature", tr!("Signed/Offline")).renderer(
move |_name, value, _record| match value.as_str() {
Some(_) => html! {&yes_text},
--
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
* [yew-devel] applied: [PATCH proxmox-yew-comp] fix typos in translatable strings
2025-09-08 7:06 [yew-devel] [PATCH proxmox-yew-comp] fix typos in translatable strings Maximiliano Sandoval
@ 2025-09-10 12:07 ` Thomas Lamprecht
0 siblings, 0 replies; 2+ messages in thread
From: Thomas Lamprecht @ 2025-09-10 12:07 UTC (permalink / raw)
To: yew-devel, Maximiliano Sandoval
On Mon, 08 Sep 2025 09:06:32 +0200, Maximiliano Sandoval wrote:
>
Applied, thanks!
[1/1] fix typos in translatable strings
commit: 9879abe3d75f097b8900fe3ec4fc73dbaa3591e5
_______________________________________________
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-09-10 12:07 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2025-09-08 7:06 [yew-devel] [PATCH proxmox-yew-comp] fix typos in translatable strings Maximiliano Sandoval
2025-09-10 12:07 ` [yew-devel] applied: " 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.