applications/luci-fw: Fixed a typo
[project/luci.git] / applications / luci-fw / luasrc / model / cbi / luci_fw / portfw.lua
index c794410..77e8047 100644 (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")