X-Git-Url: http://git.openwrt.org/?a=blobdiff_plain;f=modules%2Fluci-mod-network%2Fhtdocs%2Fluci-static%2Fresources%2Fview%2Fnetwork%2Fwireless.js;h=b50008b5c8c3680d3adcb4b975f19aa03bc8838b;hb=5e7e9b58cf68f88593a473cfea07e288b3a28f65;hp=a058b3fe52bd640223d03c82f2408dfaa6eb0131;hpb=16bcd1a364bf6846d93b6fb57ac4a4292b616080;p=project%2Fluci.git diff --git a/modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js b/modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js index a058b3fe52..b50008b5c8 100644 --- a/modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js +++ b/modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js @@ -1798,7 +1798,7 @@ return L.view.extend({ passphrase.rmempty = false; } - zone = s2.option(widgets.ZoneSelect, 'zone', _('Create / Assign firewall-zone'), _('Choose the firewall zone you want to assign to this interface. Select unspecified to remove the interface from the associated zone or fill out the create field to define a new zone and attach the interface to it.')); + zone = s2.option(widgets.ZoneSelect, 'zone', _('Create / Assign firewall-zone'), _('Choose the firewall zone you want to assign to this interface. Select unspecified to remove the interface from the associated zone or fill out the create field to define a new zone and attach the interface to it.')); zone.default = 'wan'; return m2.render().then(L.bind(function(nodes) {