From: Lukas Wagner <l.wagner@proxmox.com>
To: pdm-devel@lists.proxmox.com
Subject: [PATCH datacenter-manager] ui: navbar: remove 'Beta' reference from documentation button tooltip
Date: Thu, 28 May 2026 11:48:10 +0200 [thread overview]
Message-ID: <20260528094810.128461-1-l.wagner@proxmox.com> (raw)
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
next reply other threads:[~2026-05-28 9:48 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-05-28 9:48 Lukas Wagner [this message]
2026-05-28 10:00 ` applied: [PATCH datacenter-manager] ui: navbar: remove 'Beta' reference from documentation button tooltip Thomas Lamprecht
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20260528094810.128461-1-l.wagner@proxmox.com \
--to=l.wagner@proxmox.com \
--cc=pdm-devel@lists.proxmox.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.