From: Lukas Wagner <l.wagner@proxmox.com>
To: pdm-devel@lists.proxmox.com
Subject: [PATCH datacenter-manager] ui: administration: use 'System Log' as tab title
Date: Wed, 27 May 2026 10:37:52 +0200 [thread overview]
Message-ID: <20260527083752.106672-1-l.wagner@proxmox.com> (raw)
We stopped using the term 'Syslog' in PVE a while ago [1], for
consistency use "System Log" in PDM as well.
[1]: https://git.proxmox.com/?p=pve-manager.git;a=commitdiff;h=7304254a76fb4aacbe12c56b004be5de082daa54
Signed-off-by: Lukas Wagner <l.wagner@proxmox.com>
---
ui/src/administration/mod.rs | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/ui/src/administration/mod.rs b/ui/src/administration/mod.rs
index 760cc90b..d9a51d6d 100644
--- a/ui/src/administration/mod.rs
+++ b/ui/src/administration/mod.rs
@@ -112,7 +112,7 @@ impl Component for PdmServerAdministration {
.with_item_builder(
TabBarItem::new()
.key("syslog")
- .label(tr!("Syslog"))
+ .label(tr!("System Log"))
.icon_class("fa fa-list"),
|_| {
Container::new()
--
2.47.3
next reply other threads:[~2026-05-27 8:38 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-05-27 8:37 Lukas Wagner [this message]
2026-05-27 9:00 ` applied: [PATCH datacenter-manager] ui: administration: use 'System Log' as tab title 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=20260527083752.106672-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