git.99rst.org
/
openwrt-luci.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
| inline |
side by side
(parent:
8e4afe1
)
applications/luci-fw: Fixed a typo
author
Steven Barth
<redacted>
Fri, 15 Aug 2008 20:57:15 +0000
(20:57 +0000)
committer
Steven Barth
<redacted>
Fri, 15 Aug 2008 20:57:15 +0000
(20:57 +0000)
applications/luci-fw/luasrc/model/cbi/luci_fw/portfw.lua
patch
|
blob
|
history
diff --git
a/applications/luci-fw/luasrc/model/cbi/luci_fw/portfw.lua
b/applications/luci-fw/luasrc/model/cbi/luci_fw/portfw.lua
index c79441099916c9ca62ac1101fce8b6f09cc05334..77e8047343cf8d2497c3267288e79246c2732772 100644
(file)
--- a/
applications/luci-fw/luasrc/model/cbi/luci_fw/portfw.lua
+++ b/
applications/luci-fw/luasrc/model/cbi/luci_fw/portfw.lua
@@
-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, "proto
col
", translate("protocol"))
proto:value("tcp", "TCP")
proto:value("udp", "UDP")
git clone https://git.99rst.org/PROJECT