* [PATCH proxmox-datacenter-manager] ui: subscription: remove uri from translatable string
@ 2026-06-17 7:32 Maximiliano Sandoval
2026-06-19 7:33 ` applied: " Lukas Wagner
0 siblings, 1 reply; 2+ messages in thread
From: Maximiliano Sandoval @ 2026-06-17 7:32 UTC (permalink / raw)
To: pdm-devel
This generates a xgettext warning, see
https://www.gnu.org/software/gettext/manual/html_node/No-embedded-URLs.html
for more details.
Signed-off-by: Maximiliano Sandoval <m.sandoval@proxmox.com>
---
ui/src/dashboard/subscription_info.rs | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/ui/src/dashboard/subscription_info.rs b/ui/src/dashboard/subscription_info.rs
index 50589ebd..a344010b 100644
--- a/ui/src/dashboard/subscription_info.rs
+++ b/ui/src/dashboard/subscription_info.rs
@@ -51,7 +51,8 @@ fn render_subscription_status(subs: &[RemoteSubscriptions]) -> Row {
let (status, title, msg) = if none > 0 {
let msg = tr!(
- "At least one remote does not have a valid subscription. Please visit <a target=\"_blank\" href=\"https://www.proxmox.com\">www.proxmox.com</a> to get a list of available options."
+ "At least one remote does not have a valid subscription. Please visit {url} to get a list of available options.",
+ url = "<a target=\"_blank\" href=\"https://www.proxmox.com\">www.proxmox.com</a>",
);
let msg = Html::from_html_unchecked(msg.into());
--
2.47.3
^ permalink raw reply related [flat|nested] 2+ messages in thread
* applied: [PATCH proxmox-datacenter-manager] ui: subscription: remove uri from translatable string
2026-06-17 7:32 [PATCH proxmox-datacenter-manager] ui: subscription: remove uri from translatable string Maximiliano Sandoval
@ 2026-06-19 7:33 ` Lukas Wagner
0 siblings, 0 replies; 2+ messages in thread
From: Lukas Wagner @ 2026-06-19 7:33 UTC (permalink / raw)
To: pdm-devel, Maximiliano Sandoval
On Wed, 17 Jun 2026 09:32:54 +0200, Maximiliano Sandoval wrote:
> This generates a xgettext warning, see
> https://www.gnu.org/software/gettext/manual/html_node/No-embedded-URLs.html
> for more details.
>
>
Applied, thanks!
[1/1] ui: subscription: remove uri from translatable string
commit: d5f29c09eb26ed70a044a7508a0a2e99def8d7ce
Best regards,
--
Lukas Wagner <l.wagner@proxmox.com>
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2026-06-19 7:38 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-06-17 7:32 [PATCH proxmox-datacenter-manager] ui: subscription: remove uri from translatable string Maximiliano Sandoval
2026-06-19 7:33 ` applied: " Lukas Wagner
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.