diff options
author | NOYB <Al_Stu@Frontier.com> | 2016-05-05 13:53:00 -0700 |
---|---|---|
committer | Stephen Beaver <sbeaver@netgate.com> | 2016-05-05 16:56:27 -0400 |
commit | 860ffdefc6858a98b0a5c040d4d1aca2fd214104 (patch) | |
tree | bbac0a87cf4e1f598a5c6f9b079d1eaa3b0c538b /src/usr/local | |
parent | 279fc9b6eef614acf817b9310ceb313b3a6ea27f (diff) | |
download | pfsense-860ffdefc6858a98b0a5c040d4d1aca2fd214104.zip pfsense-860ffdefc6858a98b0a5c040d4d1aca2fd214104.tar.gz |
Miscellaneous Textual Correction - Firewall / NAT
(cherry picked from commit 51decff4c2a9da179773b32f951fb73ee967866a)
Diffstat (limited to 'src/usr/local')
-rw-r--r-- | src/usr/local/www/firewall_nat_1to1.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/usr/local/www/firewall_nat_1to1.php b/src/usr/local/www/firewall_nat_1to1.php index 22aae72..4ec0a24 100644 --- a/src/usr/local/www/firewall_nat_1to1.php +++ b/src/usr/local/www/firewall_nat_1to1.php @@ -286,7 +286,7 @@ display_top_tabs($tab_array); <div class="infoblock"> <?php print_info_box(gettext('Depending on the way the WAN connection is setup, this may also need a ') . '<a href="firewall_virtual_ip.php">' . - gettext("Virtual IP") . '</a>' . '<br />' . + gettext("Virtual IP") . '</a>.' . '<br />' . gettext('If a 1:1 NAT entry is added for any of the interface IPs on this system, ' . 'it will make this system inaccessible on that IP address. i.e. if ' . 'the WAN IP address is used, any services on this system (IPsec, OpenVPN server, etc.) ' . |