diff options
author | Florian Eckert <fe@dev.tdt.de> | 2024-05-08 08:25:59 +0200 |
---|---|---|
committer | Florian Eckert <fe@dev.tdt.de> | 2024-05-08 08:29:12 +0200 |
commit | 428451357a4252619ee05c34a5ef03a7006aadb4 (patch) | |
tree | 07f1be4a75f91d485d2924538ec30600f6bfea80 /modules/luci-mod-status | |
parent | 8c8b80c57283b0b46d6569fe0f78c0bb30666f83 (diff) |
luci-mod-status: fix spelling
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
Diffstat (limited to 'modules/luci-mod-status')
-rw-r--r-- | modules/luci-mod-status/htdocs/luci-static/resources/view/status/bandwidth.js | 2 | ||||
-rw-r--r-- | modules/luci-mod-status/root/usr/share/luci/menu.d/luci-mod-status.json | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/modules/luci-mod-status/htdocs/luci-static/resources/view/status/bandwidth.js b/modules/luci-mod-status/htdocs/luci-static/resources/view/status/bandwidth.js index 7d13679d81..6ae358f2b0 100644 --- a/modules/luci-mod-status/htdocs/luci-static/resources/view/status/bandwidth.js +++ b/modules/luci-mod-status/htdocs/luci-static/resources/view/status/bandwidth.js @@ -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 ]); 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 848abb94a8..79101e9bdf 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": "Bandwith", + "title": "Bandwidth", "order": 2, "action": { "type": "view", |