diff --git a/luci-app-ruantiblock/htdocs/luci-static/resources/view/ruantiblock/info.js b/luci-app-ruantiblock/htdocs/luci-static/resources/view/ruantiblock/info.js index 10c3f20..7e703c7 100644 --- a/luci-app-ruantiblock/htdocs/luci-static/resources/view/ruantiblock/info.js +++ b/luci-app-ruantiblock/htdocs/luci-static/resources/view/ruantiblock/info.js @@ -217,7 +217,7 @@ return view.extend({ let rdbTableWrapper = document.getElementById('rdbTableWrapper'); if(rdbTableWrapper) { rdbTableWrapper.innerHTML = ''; - rdbTableWrapper.append(this.makeDnsmasqTable(nft_data.dnsmasq_bypass)); + rdbTableWrapper.append(this.makeDnsmasqTable(nft_data.dnsmasq_bypass, _('Dnsmasq bypass'))); }; } else { if(poll.active()) {