And remove a confusing reference to dnsmasq at the top of each page, the
message is a bit of a non-sequitur and doesn't really add any useful
information.
Signed-off-by: David Härdeman <[email protected]>
return template.replace(/\{(\w+)\}/g, (match, key) => values[key] || match);
};
- m = new form.Map('dhcp', _('DHCP and DNS'),
- _('Dnsmasq is a lightweight <abbr title="Dynamic Host Configuration Protocol">DHCP</abbr> server and <abbr title="Domain Name System">DNS</abbr> forwarder.'));
+ m = new form.Map('dhcp', _('DHCP'));
s = m.section(form.TypedSection, 'dnsmasq');
s.anonymous = false;
return template.replace(/\{(\w+)\}/g, (match, key) => values[key] || match);
};
- m = new form.Map('dhcp', _('DHCP and DNS'),
- _('Dnsmasq is a lightweight <abbr title="Dynamic Host Configuration Protocol">DHCP</abbr> server and <abbr title="Domain Name System">DNS</abbr> forwarder.'));
+ m = new form.Map('dhcp', _('DNS'));
s = m.section(form.TypedSection, 'dnsmasq');
s.anonymous = false;