From 7a35356cb045e202e4310853a32203113bbdd354 Mon Sep 17 00:00:00 2001 From: "Ycarus (Yannick Chabanois)" Date: Sat, 4 Jan 2020 11:27:39 +0100 Subject: [PATCH] Fix SNAT --- .../htdocs/luci-static/resources/view/firewall/snat.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snat.js b/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snat.js index 05bc5bba8..b9afed193 100644 --- a/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snat.js +++ b/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snat.js @@ -92,7 +92,7 @@ return L.view.extend({ m = new form.Map('firewall', _('Firewall - Source NAT'), _('Source NAT is a specific form of masquerading which allows fine grained control over the source IP used for outgoing traffic, for example to map multiple WAN addresses to internal subnets.')); - s = m.section(form.GridSection, 'snat', _('Port SNAT')); + s = m.section(form.GridSection, 'redirect', _('Port SNAT')); s.addremove = true; s.anonymous = true; s.sortable = true;