From: Lukas Wagner <l.wagner@proxmox.com>
To: pdm-devel@lists.proxmox.com
Subject: [PATCH datacenter-manager] ui: access control: api tokens: use use plural form for tab name
Date: Tue, 26 May 2026 16:45:39 +0200 [thread overview]
Message-ID: <20260526144539.402611-1-l.wagner@proxmox.com> (raw)
Seems to be more in line with our other products. Also, reading a
singular form here feels off, which is why we change it to the plural
form.
Signed-off-by: Lukas Wagner <l.wagner@proxmox.com>
---
ui/src/configuration/mod.rs | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/ui/src/configuration/mod.rs b/ui/src/configuration/mod.rs
index b3eff105..e50bcec7 100644
--- a/ui/src/configuration/mod.rs
+++ b/ui/src/configuration/mod.rs
@@ -84,7 +84,7 @@ pub fn access_control() -> Html {
TabBarItem::new()
.key("api-tokens")
.icon_class("fa fa-user-o")
- .label(tr!("API Token")),
+ .label(tr!("API Tokens")),
|_| {
Container::new()
.class("pwt-content-spacer")
--
2.47.3
next reply other threads:[~2026-05-26 14:45 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-05-26 14:45 Lukas Wagner [this message]
2026-05-26 14:53 ` applied: [PATCH datacenter-manager] ui: access control: api tokens: use use plural form for tab name 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=20260526144539.402611-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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox