提交 50cbeae6 编写于 作者: J Jo-Philipp Wich

applications/luci-qos: clarify kb/s vs. kbit/s

上级 12df938e
......@@ -35,9 +35,9 @@ s:option(Flag, "overhead", translate("Calculate overhead"))
s:option(Flag, "halfduplex", translate("Half-duplex"))
s:option(Value, "download", translate("Download speed (kb/s)"))
s:option(Value, "download", translate("Download speed (kbit/s)"))
s:option(Value, "upload", translate("Upload speed (kb/s)"))
s:option(Value, "upload", translate("Upload speed (kbit/s)"))
s = m:section(TypedSection, "classify", translate("Classification Rules"))
s.template = "cbi/tblsection"
......
......@@ -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"
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册