X-Git-Url: http://git.openwrt.org/?p=project%2Fluci.git;a=blobdiff_plain;f=applications%2Fluci-qos%2Fluasrc%2Fmodel%2Fcbi%2Fqos%2Fqosmini.lua;fp=applications%2Fluci-qos%2Fluasrc%2Fmodel%2Fcbi%2Fqos%2Fqosmini.lua;h=b4120895715c50a714bfe191fc341ba04286cad3;hp=c775ece7309fa9245ea2396c7038ae6d3df3f733;hb=50cbeae61c7c87df6930b3c0dccc8615f7d2306f;hpb=12df938e98b2ceb9a6edd50f0cf4febb8aebd45f diff --git a/applications/luci-qos/luasrc/model/cbi/qos/qosmini.lua b/applications/luci-qos/luasrc/model/cbi/qos/qosmini.lua index c775ece730..b412089571 100644 --- a/applications/luci-qos/luasrc/model/cbi/qos/qosmini.lua +++ b/applications/luci-qos/luasrc/model/cbi/qos/qosmini.lua @@ -21,8 +21,8 @@ m = Map("qos") s = m:section(NamedSection, "wan", "interface", translate("Internet Connection")) s:option(Flag, "enabled", translate("Quality of Service")) -s:option(Value, "download", translate("Downlink"), "kb/s") -s:option(Value, "upload", translate("Uplink"), "kb/s") +s:option(Value, "download", translate("Downlink"), "kbit/s") +s:option(Value, "upload", translate("Uplink"), "kbit/s") s = m:section(TypedSection, "classify") s.template = "cbi/tblsection"