applications/luci-qos: clarify kb/s vs. kbit/s
[project/luci.git] / applications / luci-qos / luasrc / model / cbi / qos / qosmini.lua
index c775ece7309fa9245ea2396c7038ae6d3df3f733..b4120895715c50a714bfe191fc341ba04286cad3 100644 (file)
@@ -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 = 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"
 
 s = m:section(TypedSection, "classify")
 s.template = "cbi/tblsection"