[yew-devel] [PATCH proxmox-yew-comp] fix typos in translatable strings

Maximiliano Sandoval m.sandoval at proxmox.com
Mon Sep 8 09:06:32 CEST 2025


Signed-off-by: Maximiliano Sandoval <m.sandoval at 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





More information about the yew-devel mailing list