diff options
Diffstat (limited to 'applications/luci-firewall')
-rw-r--r-- | applications/luci-firewall/luasrc/model/cbi/firewall/zone-details.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/applications/luci-firewall/luasrc/model/cbi/firewall/zone-details.lua b/applications/luci-firewall/luasrc/model/cbi/firewall/zone-details.lua index a3b1a6e764..e5bcb34dae 100644 --- a/applications/luci-firewall/luasrc/model/cbi/firewall/zone-details.lua +++ b/applications/luci-firewall/luasrc/model/cbi/firewall/zone-details.lua @@ -50,7 +50,7 @@ s = m:section(NamedSection, zone.sid, "zone", <em>forward</em> option describes the policy for forwarded traffic \ between different networks within the zone. \ <em>Covered networks</em> specifies which available networks are \ - member of this zone.", zone:name())) + members of this zone.", zone:name())) s.anonymous = true s.addremove = false |