From a4a7f0bc6a2ee8ff41f658e14677bce21341600d Mon Sep 17 00:00:00 2001 From: Florian Eckert Date: Wed, 24 Apr 2024 09:16:11 +0200 Subject: [PATCH] luci-mod-status: rename realtime graph display name traffic into bandwith The corresponding file is also named bandwith. Signed-off-by: Florian Eckert --- .../root/usr/share/luci/menu.d/luci-mod-status.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/luci-mod-status/root/usr/share/luci/menu.d/luci-mod-status.json b/modules/luci-mod-status/root/usr/share/luci/menu.d/luci-mod-status.json index 190eef0ad3..848abb94a8 100644 --- a/modules/luci-mod-status/root/usr/share/luci/menu.d/luci-mod-status.json +++ b/modules/luci-mod-status/root/usr/share/luci/menu.d/luci-mod-status.json @@ -136,7 +136,7 @@ }, "admin/status/realtime/bandwidth": { - "title": "Traffic", + "title": "Bandwith", "order": 2, "action": { "type": "view", -- 2.30.2