luci-base: restore some lost translations and update german
[project/luci.git] / modules / luci-mod-network / htdocs / luci-static / resources / view / network / wireless.js
index a058b3fe52bd640223d03c82f2408dfaa6eb0131..b50008b5c8c3680d3adcb4b975f19aa03bc8838b 100644 (file)
@@ -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 <em>unspecified</em> 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 <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.'));
                        zone.default = 'wan';
 
                        return m2.render().then(L.bind(function(nodes) {