* [PATCH datacenter-manager] ui: administration: use 'System Log' as tab title
@ 2026-05-27 8:37 Lukas Wagner
2026-05-27 9:00 ` applied: " Thomas Lamprecht
0 siblings, 1 reply; 2+ messages in thread
From: Lukas Wagner @ 2026-05-27 8:37 UTC (permalink / raw)
To: pdm-devel
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
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2026-05-27 9:00 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-05-27 8:37 [PATCH datacenter-manager] ui: administration: use 'System Log' as tab title Lukas Wagner
2026-05-27 9: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.