From 233159e9d43ee86963a061434f77473849aea985 Mon Sep 17 00:00:00 2001 From: Steven Barth Date: Sun, 25 Jan 2009 17:50:26 +0000 Subject: It's kiloByte not kilobit... --- applications/luci-upnp/luasrc/model/cbi/upnp/upnp.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'applications/luci-upnp/luasrc/model/cbi/upnp/upnp.lua') diff --git a/applications/luci-upnp/luasrc/model/cbi/upnp/upnp.lua b/applications/luci-upnp/luasrc/model/cbi/upnp/upnp.lua index 293b1fb966..8d5a592b11 100644 --- a/applications/luci-upnp/luasrc/model/cbi/upnp/upnp.lua +++ b/applications/luci-upnp/luasrc/model/cbi/upnp/upnp.lua @@ -27,7 +27,7 @@ end s:option(Flag, "secure_mode").rmempty = true s:option(Flag, "log_output").rmempty = true -s:option(Value, "download", nil, "kb/s").rmempty = true -s:option(Value, "upload", nil, "kb/s").rmempty = true +s:option(Value, "download", nil, "kByte/s").rmempty = true +s:option(Value, "upload", nil, "kByte/s").rmempty = true return m -- cgit v1.2.3