luci-mod-network: disambiguate DHCP IP set help text
[project/luci.git] / modules / luci-mod-network / htdocs / luci-static / resources / view / network / dhcp.js
index b539c3887a1d17cde919a683274ae5d23e8994f2..c62231fe20fa66d33091e7d35d73b5e3ada299a7 100644 (file)
@@ -303,7 +303,7 @@ return view.extend({
 
                o = s.taboption('general', form.DynamicList, 'ipset',
                        _('IP sets'),
-                       _('List of IP sets to populate with the specified domain IPs.'));
+                       _('List of IP sets to populate with the IPs of DNS lookup results of the FQDNs also specified here.'));
                o.optional = true;
                o.placeholder = '/example.org/ipset,ipset6';
 
@@ -725,7 +725,7 @@ return view.extend({
                });
 
                o = s.taboption('ipsets', form.SectionValue, '__ipsets__', form.GridSection, 'ipset', null,
-                       _('List of IP sets to populate with the specified domain IPs.'));
+                       _('List of IP sets to populate with the IPs of DNS lookup results of the FQDNs also specified here.'));
 
                ss = o.subsection;