luci-mod-status: fix spelling
authorFlorian Eckert <fe@dev.tdt.de>
Wed, 8 May 2024 06:25:59 +0000 (08:25 +0200)
committerFlorian Eckert <fe@dev.tdt.de>
Wed, 8 May 2024 06:29:12 +0000 (08:29 +0200)
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
modules/luci-mod-status/htdocs/luci-static/resources/view/status/bandwidth.js
modules/luci-mod-status/root/usr/share/luci/menu.d/luci-mod-status.json

index 7d13679d8124b44c8dc89723239b6b4ca72de9c5..6ae358f2b0fbbf234a9be493c0009c553d044cbd 100644 (file)
@@ -311,7 +311,7 @@ return view.extend({
                this.pollData();
 
                return  E([], [
-                       E('h2', _('Bandwith')),
+                       E('h2', _('Bandwidth')),
                        E('div', {'class': 'cbi-map-descr'}, _('This page displays the bandwidth used for all available physical interfaces.')),
                        v
                ]);
index 848abb94a86b2da15a356f753917bf7f0cd8a93b..79101e9bdf5facf322412c799450e841b0e06ec0 100644 (file)
        },
 
        "admin/status/realtime/bandwidth": {
-               "title": "Bandwith",
+               "title": "Bandwidth",
                "order": 2,
                "action": {
                        "type": "view",