diff options
author | NOYB <Al_Stu@Frontier.com> | 2016-05-05 13:53:00 -0700 |
---|---|---|
committer | NOYB <Al_Stu@Frontier.com> | 2016-05-05 13:53:00 -0700 |
commit | 51decff4c2a9da179773b32f951fb73ee967866a (patch) | |
tree | 9d94eae1449100b88c9cedb09b00d65d7fe35164 /src | |
parent | 7c4d5b9b2262ae51024c8a083516ad010277e888 (diff) | |
download | pfsense-51decff4c2a9da179773b32f951fb73ee967866a.zip pfsense-51decff4c2a9da179773b32f951fb73ee967866a.tar.gz |
Miscellaneous Textual Correction - Firewall / NAT
Diffstat (limited to 'src')
-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.) ' . |