luci-mod-status: fix spelling

Signed-off-by: Florian Eckert <fe@dev.tdt.de>
This commit is contained in:
Florian Eckert 2024-05-08 08:25:59 +02:00
parent 8c8b80c572
commit 428451357a
2 changed files with 2 additions and 2 deletions

View 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
]);

View File

@ -136,7 +136,7 @@
},
"admin/status/realtime/bandwidth": {
"title": "Bandwith",
"title": "Bandwidth",
"order": 2,
"action": {
"type": "view",