Skip to content

Commit 5506ac1

Browse files
committed
luci-mod-network: fix wrong name
This should be nftables instead of netfilter. Signed-off-by: Andy Chiang <AndyChiang_git@outlook.com>
1 parent a2cc0c3 commit 5506ac1

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • modules/luci-mod-network/htdocs/luci-static/resources/view/network

modules/luci-mod-network/htdocs/luci-static/resources/view/network/dns.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -820,7 +820,7 @@ return view.extend({
820820
// Begin ipsets
821821
o = s.taboption('ipsets', form.SectionValue, '__ipsets__', form.GridSection, 'ipset', null,
822822
_('List of IP sets to populate with the IPs of DNS lookup results of the FQDNs also specified here.') + '<br />' +
823-
_('The netfilter components below are only regarded when running fw4.'));
823+
_('The nftables components below are only regarded when running fw4.'));
824824

825825
ss = o.subsection;
826826

@@ -845,7 +845,7 @@ return view.extend({
845845
so.editable = false;
846846
so.datatype = 'hostname';
847847

848-
so = ss.option(form.Value, 'table', _('Netfilter table name'), _('Defaults to fw4.'));
848+
so = ss.option(form.Value, 'table', _('Nftables table name'), _('Defaults to fw4.'));
849849
so.editable = false;
850850
so.placeholder = 'fw4';
851851
so.rmempty = true;

0 commit comments

Comments
 (0)