summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/vpn_ipsec_phase2.php
diff options
context:
space:
mode:
authork-paulius <k.dash.paulius@gmail.com>2016-02-12 21:11:10 -0600
committerStephen Beaver <sbeaver@netgate.com>2016-02-13 16:38:00 -0500
commitcaf5978144f5120a1a5fbe532aba7b0739cb4148 (patch)
treef2cb08f50531cc9714e4a1a893ca0a5af5fbd8bc /src/usr/local/www/vpn_ipsec_phase2.php
parent0f98065bb8e53af526c36e19d438239b7656b58b (diff)
downloadpfsense-caf5978144f5120a1a5fbe532aba7b0739cb4148.zip
pfsense-caf5978144f5120a1a5fbe532aba7b0739cb4148.tar.gz
Synchronize page titles with tab titles; Rename few titles in order to be more consistent.
Diffstat (limited to 'src/usr/local/www/vpn_ipsec_phase2.php')
-rw-r--r--src/usr/local/www/vpn_ipsec_phase2.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/usr/local/www/vpn_ipsec_phase2.php b/src/usr/local/www/vpn_ipsec_phase2.php
index 20e033e..4632e05 100644
--- a/src/usr/local/www/vpn_ipsec_phase2.php
+++ b/src/usr/local/www/vpn_ipsec_phase2.php
@@ -438,10 +438,10 @@ if ($_POST) {
}
if ($pconfig['mobile']) {
- $pgtitle = array(gettext("VPN"), gettext("IPsec"), gettext("Mobile Client"), gettext("Edit Phase 2"));
+ $pgtitle = array(gettext("VPN"), gettext("IPsec"), gettext("Mobile Clients"), gettext("Edit Phase 2"));
$editing_mobile = true;
} else {
- $pgtitle = array(gettext("VPN"), gettext("IPsec"), gettext("Tunnel"), gettext("Edit Phase 2"));
+ $pgtitle = array(gettext("VPN"), gettext("IPsec"), gettext("Tunnels"), gettext("Edit Phase 2"));
$editing_mobile = false;
}
$shortcut_section = "ipsec";
OpenPOWER on IntegriCloud