summaryrefslogtreecommitdiffhomepage
path: root/modules/luci-mod-status/htdocs/luci-static/resources/view/status/bandwidth.js
diff options
context:
space:
mode:
authorFlorian Eckert <fe@dev.tdt.de>2024-05-08 08:25:59 +0200
committerFlorian Eckert <fe@dev.tdt.de>2024-05-08 08:29:12 +0200
commit428451357a4252619ee05c34a5ef03a7006aadb4 (patch)
tree07f1be4a75f91d485d2924538ec30600f6bfea80 /modules/luci-mod-status/htdocs/luci-static/resources/view/status/bandwidth.js
parent8c8b80c57283b0b46d6569fe0f78c0bb30666f83 (diff)
luci-mod-status: fix spelling
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
Diffstat (limited to 'modules/luci-mod-status/htdocs/luci-static/resources/view/status/bandwidth.js')
-rw-r--r--modules/luci-mod-status/htdocs/luci-static/resources/view/status/bandwidth.js2
1 files changed, 1 insertions, 1 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
]);