luci-base, luci-mod-network: adjust ZoneSelect / NetworkSelect descriptions
[oweals/luci.git] / modules / luci-mod-network / htdocs / luci-static / resources / view / network / interfaces.js
index fb3969e9d36410959c8b342c3d20b73a5fc3c30e..bd4ce5790184c4159b7d3abfbbfae7f4477ca241 100644 (file)
@@ -486,7 +486,7 @@ return view.extend({
                                };
 
                                if (L.hasSystemFeature('firewall')) {
-                                       o = s.taboption('firewall', widgets.ZoneSelect, '_zone', _('Create / Assign firewall-zone'), _('Choose the firewall zone you want to assign to this interface. Select <em>unspecified</em> to remove the interface from the associated zone or fill out the <em>create</em> field to define a new zone and attach the interface to it.'));
+                                       o = s.taboption('firewall', widgets.ZoneSelect, '_zone', _('Create / Assign firewall-zone'), _('Choose the firewall zone you want to assign to this interface. Select <em>unspecified</em> to remove the interface from the associated zone or fill out the <em>custom</em> field to define a new zone and attach the interface to it.'));
                                        o.network = ifc.getName();
                                        o.optional = true;