mirror of
https://github.com/openwrt/luci
synced 2025-01-09 04:28:37 +08:00
luci-mod-status: fix spelling
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
This commit is contained in:
parent
8c8b80c572
commit
428451357a
@ -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
|
||||
]);
|
||||
|
@ -136,7 +136,7 @@
|
||||
},
|
||||
|
||||
"admin/status/realtime/bandwidth": {
|
||||
"title": "Bandwith",
|
||||
"title": "Bandwidth",
|
||||
"order": 2,
|
||||
"action": {
|
||||
"type": "view",
|
||||
|
Loading…
Reference in New Issue
Block a user