applications/luci-fw: Fixed a typo
This commit is contained in:
parent
8e4afe1210
commit
9bdf8c2942
1 changed files with 1 additions and 1 deletions
|
@ -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")
|
||||
|
||||
|
|
Loading…
Reference in a new issue