public inbox for pdm-devel@lists.proxmox.com
 help / color / mirror / Atom feed
* [PATCH datacenter-manager] ui: access control: api tokens: use use plural form for tab name
@ 2026-05-26 14:45 Lukas Wagner
  2026-05-26 14:53 ` applied: " Thomas Lamprecht
  0 siblings, 1 reply; 2+ messages in thread
From: Lukas Wagner @ 2026-05-26 14:45 UTC (permalink / raw)
  To: pdm-devel

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





^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2026-05-26 14:53 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-05-26 14:45 [PATCH datacenter-manager] ui: access control: api tokens: use use plural form for tab name Lukas Wagner
2026-05-26 14:53 ` 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
Service provided by Proxmox Server Solutions GmbH | Privacy | Legal