applications/luci-fw: Fixed a typo

This commit is contained in:
Steven Barth 2008-08-15 20:57:15 +00:00
parent 8e4afe1210
commit 9bdf8c2942

View file

@ -30,7 +30,7 @@ luci.model.uci.foreach("firewall", "zone",
iface:value(section.name)
end)
proto = s:option(ListValue, "proto", translate("protocol"))
proto = s:option(ListValue, "protocol", translate("protocol"))
proto:value("tcp", "TCP")
proto:value("udp", "UDP")