diff --git a/luci-app-zapret/htdocs/luci-static/resources/view/zapret2/settings.js b/luci-app-zapret/htdocs/luci-static/resources/view/zapret2/settings.js index c9a137a..3d844fc 100644 --- a/luci-app-zapret/htdocs/luci-static/resources/view/zapret2/settings.js +++ b/luci-app-zapret/htdocs/luci-static/resources/view/zapret2/settings.js @@ -201,7 +201,7 @@ return view.extend({ o.rmempty = false; o.datatype = 'uinteger'; - o = s.taboption(tabname, form.Value, 'NFQWS_PORTS_UDP_KEEPALIVE', _('NFQWS_PORTS_UDP_KEEPALIVE')); + o = s.taboption(tabname, form.Value, 'NFQWS2_PORTS_UDP_KEEPALIVE', _('NFQWS2_PORTS_UDP_KEEPALIVE')); o.rmempty = false; o.datatype = 'uinteger';