* [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
* applied: [PATCH datacenter-manager] ui: navbar: remove 'Beta' reference from documentation button tooltip
2026-05-28 9:48 [PATCH datacenter-manager] ui: navbar: remove 'Beta' reference from documentation button tooltip Lukas Wagner
@ 2026-05-28 10:00 ` Thomas Lamprecht
0 siblings, 0 replies; 2+ messages in thread
From: Thomas Lamprecht @ 2026-05-28 10:00 UTC (permalink / raw)
To: pdm-devel, Lukas Wagner
On Thu, 28 May 2026 11:48:10 +0200, Lukas Wagner wrote:
>
Applied, thanks!
[1/1] ui: navbar: remove 'Beta' reference from documentation button tooltip
commit: 8e3a4498033e815d3df506c51d3ca20a3139215e
^ permalink raw reply [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 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.