modules/admin-full: i18n fix on network page
This commit is contained in:
parent
3e6d86c80e
commit
8de4c45a59
1 changed files with 1 additions and 1 deletions
|
@ -74,7 +74,7 @@ ifname.titleref = luci.dispatcher.build_url("admin", "network", "vlan")
|
|||
|
||||
|
||||
if luci.model.uci.cursor():load("firewall") then
|
||||
zone = s:option(DummyValue, "_zone", translate("zone"))
|
||||
zone = s:option(DummyValue, "_zone", translate("Zone"))
|
||||
zone.titleref = luci.dispatcher.build_url("admin", "network", "firewall", "zones")
|
||||
|
||||
function zone.cfgvalue(self, section)
|
||||
|
|
Loading…
Reference in a new issue