From: Martijn Staal <27222398+mastaal@users.noreply.github.com> Date: Fri, 20 Jan 2023 10:41:53 +0000 (+0100) Subject: luci-app-firewall: Add clarification to masquerading option X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=b4f8eb8660de0d5f6987fe43b660db9ac7d11b14;p=project%2Fluci.git luci-app-firewall: Add clarification to masquerading option Signed-off-by: Martijn Staal <27222398+mastaal@users.noreply.github.com> (cherry picked from commit c54efde71718f6a05b7832f5092e7a7da83d22eb) --- diff --git a/applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js b/applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js index 58cd2a7c1e..53a07b6fb1 100644 --- a/applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js +++ b/applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js @@ -156,7 +156,8 @@ return view.extend({ p[1].default = fwDefaults.getOutput(); p[2].default = fwDefaults.getForward(); - o = s.taboption('general', form.Flag, 'masq', _('Masquerading')); + o = s.taboption('general', form.Flag, 'masq', _('Masquerading'), + _('Enable network address and port translation (NAT or NAPT) for outbound traffic on this zone. This is typically enabled on the wan zone.')); o.editable = true; o.tooltip = function(section_id) { var masq_src = uci.get('firewall', section_id, 'masq_src')