diff options
author | Giovanni Giacobbi <giovanni@giacobbi.net> | 2021-01-19 23:06:40 +0200 |
---|---|---|
committer | Hannu Nyman <hannu.nyman@iki.fi> | 2021-01-19 23:11:33 +0200 |
commit | dfa82b44946cd3b73cd4a943df3e86783639a1eb (patch) | |
tree | 2d1656f000990e6b00a3c5750738478129a47a76 /applications/luci-app-statistics/htdocs/luci-static/resources/statistics/rrdtool | |
parent | cc7f420c5f67c4a2961edd89f918dc0363abd5c2 (diff) |
luci-mod-status,luci-app-statistics: Fix case for 'Bit/s' to 'bit/s'
Signed-off-by: Giovanni Giacobbi <giovanni@giacobbi.net>
[fix conflict, reword commit title]
Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
Diffstat (limited to 'applications/luci-app-statistics/htdocs/luci-static/resources/statistics/rrdtool')
-rw-r--r-- | applications/luci-app-statistics/htdocs/luci-static/resources/statistics/rrdtool/definitions/iwinfo.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/applications/luci-app-statistics/htdocs/luci-static/resources/statistics/rrdtool/definitions/iwinfo.js b/applications/luci-app-statistics/htdocs/luci-static/resources/statistics/rrdtool/definitions/iwinfo.js index 638242f102..9656f12e11 100644 --- a/applications/luci-app-statistics/htdocs/luci-static/resources/statistics/rrdtool/definitions/iwinfo.js +++ b/applications/luci-app-statistics/htdocs/luci-static/resources/statistics/rrdtool/definitions/iwinfo.js @@ -57,8 +57,8 @@ return baseclass.extend({ var bitrate = { title: "%H: Average phy rate on %pi", detail: true, - vlabel: "MBit/s", - number_format: "%5.1lf%sBit/s", + vlabel: "Mbit/s", + number_format: "%5.1lf%sbit/s", data: { types: [ "bitrate" ], options: { |