summaryrefslogtreecommitdiffstats
path: root/usr/local/www/firewall_nat_out.php
diff options
context:
space:
mode:
authorChris Buechler <cmb@pfsense.org>2014-11-13 13:58:37 -0600
committerChris Buechler <cmb@pfsense.org>2014-11-13 13:58:37 -0600
commitb95399a7653205c71cffab32256d65f77faaaf0b (patch)
tree002b1ebe93d4b7ae1d6187d27e524608e70302e3 /usr/local/www/firewall_nat_out.php
parent0373c361fe623e466ed2c9b8cf129a7f160f79cf (diff)
downloadpfsense-b95399a7653205c71cffab32256d65f77faaaf0b.zip
pfsense-b95399a7653205c71cffab32256d65f77faaaf0b.tar.gz
outbound NAT can apply to any type of interface, make WAN-type specific reference generic
Diffstat (limited to 'usr/local/www/firewall_nat_out.php')
-rw-r--r--usr/local/www/firewall_nat_out.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/firewall_nat_out.php b/usr/local/www/firewall_nat_out.php
index 5434eca..23bf8fe 100644
--- a/usr/local/www/firewall_nat_out.php
+++ b/usr/local/www/firewall_nat_out.php
@@ -644,7 +644,7 @@ if (is_subsystem_dirty('natconf'))
"If hybrid outbound NAT is selected, mappings you specify on this page will " .
"be used, followed by the automatically generated ones. <br /><br />" .
"If disable outbound NAT is selected, no rules will be used. <br /><br />" .
- "If a target address other than a WAN-type interface's IP address is used, " .
+ "If a target address other than an interface's IP address is used, " .
"then depending on the way the WAN connection is setup, a "); ?>
<a href="firewall_virtual_ip.php"><?=gettext("Virtual IP"); ?></a>
<?= gettext(" may also be required.") ?>
OpenPOWER on IntegriCloud