diff options
author | Florian Eckert <fe@dev.tdt.de> | 2024-04-24 09:16:11 +0200 |
---|---|---|
committer | Florian Eckert <fe@dev.tdt.de> | 2024-04-24 09:17:42 +0200 |
commit | a4a7f0bc6a2ee8ff41f658e14677bce21341600d (patch) | |
tree | 20a137165b31b478e865df02c5987d336ff6e206 /modules/luci-mod-status | |
parent | 94fae3dae1783b7eb9455064705c506d9586d5d0 (diff) |
luci-mod-status: rename realtime graph display name traffic into bandwith
The corresponding file is also named bandwith.
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
Diffstat (limited to 'modules/luci-mod-status')
-rw-r--r-- | modules/luci-mod-status/root/usr/share/luci/menu.d/luci-mod-status.json | 2 |
1 files changed, 1 insertions, 1 deletions
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", |