summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/vpn_ipsec_keys.php
diff options
context:
space:
mode:
authorStephen Beaver <sbeaver@netgate.com>2015-11-23 12:13:19 -0500
committerStephen Beaver <sbeaver@netgate.com>2015-11-23 12:13:19 -0500
commit7409fde65a562234a09d48638bd46fe534f342dc (patch)
tree64c4a48322265e6a1005dc9eff7a7baa96bf745e /src/usr/local/www/vpn_ipsec_keys.php
parent82e379a5a029f32a815a42f1b9bf0f599e092496 (diff)
downloadpfsense-7409fde65a562234a09d48638bd46fe534f342dc.zip
pfsense-7409fde65a562234a09d48638bd46fe534f342dc.tar.gz
Fixed #5521
Diffstat (limited to 'src/usr/local/www/vpn_ipsec_keys.php')
-rw-r--r--src/usr/local/www/vpn_ipsec_keys.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/usr/local/www/vpn_ipsec_keys.php b/src/usr/local/www/vpn_ipsec_keys.php
index 2546a40..0e8f894 100644
--- a/src/usr/local/www/vpn_ipsec_keys.php
+++ b/src/usr/local/www/vpn_ipsec_keys.php
@@ -102,7 +102,7 @@ if ($_GET['act'] == "del") {
}
}
-$pgtitle = gettext("VPN: IPsec: Keys");
+$pgtitle = array(gettext("VPN"), gettext("IPsec"), gettext("Keys"));
$shortcut_section = "ipsec";
include("head.inc");
@@ -112,6 +112,7 @@ include("head.inc");
<?php
if ($savemsg)
print_info_box($savemsg);
+
if (is_subsystem_dirty('ipsec'))
print_info_box_np(gettext("The IPsec tunnel configuration has been changed") . ".<br />" . gettext("You must apply the changes in order for them to take effect."));
OpenPOWER on IntegriCloud