summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/firewall_nat_out.php
diff options
context:
space:
mode:
authorNOYB <Al_Stu@Frontier.com>2016-03-30 02:16:57 -0700
committerNOYB <Al_Stu@Frontier.com>2016-03-30 02:16:57 -0700
commit7d5e0bccdcf713cebcf6077dd5c298246d4a0cd0 (patch)
treefa101423fe274560bc56d9f4d9bff143d1d2bf2c /src/usr/local/www/firewall_nat_out.php
parentee81ff387b7b7b0784df79f6a2d579ed964d15d9 (diff)
downloadpfsense-7d5e0bccdcf713cebcf6077dd5c298246d4a0cd0.zip
pfsense-7d5e0bccdcf713cebcf6077dd5c298246d4a0cd0.tar.gz
A few corrections.
Diffstat (limited to 'src/usr/local/www/firewall_nat_out.php')
-rw-r--r--src/usr/local/www/firewall_nat_out.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/usr/local/www/firewall_nat_out.php b/src/usr/local/www/firewall_nat_out.php
index ceb868e..442bb12 100644
--- a/src/usr/local/www/firewall_nat_out.php
+++ b/src/usr/local/www/firewall_nat_out.php
@@ -668,9 +668,9 @@ endif;
<?php
print_info_box(gettext('If automatic outbound NAT is selected, a mapping is automatically generated for each interface\'s subnet (except WAN-type connections) and the rules ' .
'on the "Mappings" section of this page are ignored.' . '<br />' .
- 'If manual outbound NAT is selected, outbound NAT rules will not be automatically generated and only the mappings specify on this page ' .
+ 'If manual outbound NAT is selected, outbound NAT rules will not be automatically generated and only the mappings specified on this page ' .
'will be used.' . '<br />' .
- 'If hybrid outbound NAT is selected, mappings specify on this page will be used, followed by the automatically generated ones.' . '<br />' .
+ 'If hybrid outbound NAT is selected, mappings specified on this page will be used, followed by the automatically generated ones.' . '<br />' .
'If disable outbound NAT is selected, no rules will be used.' . '<br />' .
'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