diff options
author | Paul Dee <itsascambutmailmeanyway@gmail.com> | 2023-01-04 16:36:27 +0000 |
---|---|---|
committer | Paul Dee <itsascambutmailmeanyway@gmail.com> | 2023-01-05 20:35:28 +0000 |
commit | 8414f916bab61b661062bf20c5e1a789893100b4 (patch) | |
tree | 36f96cd26745fbb62149e9ca9c3b941f7143f5ee /modules/luci-mod-network/htdocs | |
parent | ee768039e2b009a8ec3ffab8b9f28e71c7dca1f5 (diff) |
luci-mod-network: disambiguate DHCP IP set help text
Signed-off-by: Paul Dee <itsascambutmailmeanyway@gmail.com>
Diffstat (limited to 'modules/luci-mod-network/htdocs')
-rw-r--r-- | modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js b/modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js index b539c3887a..c62231fe20 100644 --- a/modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js +++ b/modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js @@ -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; |