From 358b288458e6465fc73b836f4f84e0f0e10b329d Mon Sep 17 00:00:00 2001 From: Stephen Beaver Date: Mon, 4 Apr 2016 10:00:13 -0400 Subject: Merge pull request #2808 from NOYB/Firewall_/_NAT_-_Remove_Personalizations (cherry picked from commit 4012d55c028ca1c4d449e7b80ba738d4dd5b2976) --- src/usr/local/www/firewall_nat_1to1.php | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'src/usr/local/www/firewall_nat_1to1.php') diff --git a/src/usr/local/www/firewall_nat_1to1.php b/src/usr/local/www/firewall_nat_1to1.php index 2750da6..22aae72 100644 --- a/src/usr/local/www/firewall_nat_1to1.php +++ b/src/usr/local/www/firewall_nat_1to1.php @@ -161,7 +161,7 @@ if ($savemsg) { if (is_subsystem_dirty('natconf')) { print_apply_box(gettext('The NAT configuration has been changed.') . '
' . - gettext('You must apply the changes in order for them to take effect.')); + gettext('The changes must be applied for them to take effect.')); } $tab_array = array(); @@ -285,11 +285,11 @@ display_top_tabs($tab_array);
-' . - gettext("Virtual IP.") . '' . '
' . - gettext('If you add a 1:1 NAT entry for any of the interface IPs on this system, ' . +' . + gettext("Virtual IP") . '' . '
' . + 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 ' . - 'you use your WAN IP address, any services on this system (IPsec, OpenVPN server, etc.) ' . + 'the WAN IP address is used, any services on this system (IPsec, OpenVPN server, etc.) ' . 'using the WAN IP address will no longer function.'), 'info', false); ?>
@@ -322,7 +322,7 @@ events.push(function() { // provide a warning message if the user tries to change page before saving $(window).bind('beforeunload', function(){ if (!saving && dirty) { - return (""); + return (""); } else { return undefined; } -- cgit v1.1