all lists on lists.proxmox.com
 help / color / mirror / Atom feed
* [yew-devel] [PATCH proxmox-yew-comp] fix typos in translatable strings
@ 2025-09-08  7:06 Maximiliano Sandoval
  0 siblings, 0 replies; only message 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] only message in thread

only message in thread, other threads:[~2025-09-08  7:07 UTC | newest]

Thread overview: (only message) (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

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.
Service provided by Proxmox Server Solutions GmbH | Privacy | Legal