* [PATCH datacenter-manager] ui: navbar: remove 'Beta' reference from documentation button tooltip
@ 2026-05-28 9:48 Lukas Wagner
2026-05-28 10:00 ` applied: " Thomas Lamprecht
0 siblings, 1 reply; 2+ messages in thread
From: Lukas Wagner @ 2026-05-28 9:48 UTC (permalink / raw)
To: pdm-devel
Reported-by: Robert Obkircher <r.obkircher@proxmox.com>
Signed-off-by: Lukas Wagner <l.wagner@proxmox.com>
---
ui/src/top_nav_bar.rs | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/ui/src/top_nav_bar.rs b/ui/src/top_nav_bar.rs
index 19237a14..ea72ad25 100644
--- a/ui/src/top_nav_bar.rs
+++ b/ui/src/top_nav_bar.rs
@@ -194,7 +194,7 @@ impl Component for PdmTopNavBar {
.expect_throw("could not open documentation in a new window");
}),
)
- .tip(tr!("Open the Beta documentation in a new tab.")),
+ .tip(tr!("Open the documentation in a new tab.")),
);
if let Some(username) = &props.username {
--
2.47.3
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2026-05-28 10:01 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-05-28 9:48 [PATCH datacenter-manager] ui: navbar: remove 'Beta' reference from documentation button tooltip Lukas Wagner
2026-05-28 10:00 ` applied: " Thomas Lamprecht
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox