* [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
* applied: [PATCH datacenter-manager] ui: administration: use 'System Log' as tab title
2026-05-27 8:37 [PATCH datacenter-manager] ui: administration: use 'System Log' as tab title Lukas Wagner
@ 2026-05-27 9:00 ` Thomas Lamprecht
0 siblings, 0 replies; 2+ messages in thread
From: Thomas Lamprecht @ 2026-05-27 9:00 UTC (permalink / raw)
To: pdm-devel, Lukas Wagner
On Wed, 27 May 2026 10:37:52 +0200, Lukas Wagner wrote:
> 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
Applied, thanks!
[1/1] ui: administration: use 'System Log' as tab title
commit: f1f4d4bbbb89e4ccada85552ed46d0409b68e6b1
^ permalink raw reply [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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox