summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/vpn_ipsec_mobile.php
diff options
context:
space:
mode:
authorPhil Davis <phil.davis@inf.org>2015-12-07 22:46:09 +0545
committerPhil Davis <phil.davis@inf.org>2015-12-07 22:46:09 +0545
commit0cd42f9baa86277072092d295bfb9de021f1fce0 (patch)
tree4e6a686f13ce88c60e3f0cac48bea8ad5bb19f15 /src/usr/local/www/vpn_ipsec_mobile.php
parentbf93476c337524e9ddecc2117faadb4240a5d4f5 (diff)
downloadpfsense-0cd42f9baa86277072092d295bfb9de021f1fce0.zip
pfsense-0cd42f9baa86277072092d295bfb9de021f1fce0.tar.gz
Standardize VPN IPsec breadcrumbs
Diffstat (limited to 'src/usr/local/www/vpn_ipsec_mobile.php')
-rw-r--r--src/usr/local/www/vpn_ipsec_mobile.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/usr/local/www/vpn_ipsec_mobile.php b/src/usr/local/www/vpn_ipsec_mobile.php
index 9d7f524..974e452 100644
--- a/src/usr/local/www/vpn_ipsec_mobile.php
+++ b/src/usr/local/www/vpn_ipsec_mobile.php
@@ -336,7 +336,7 @@ if ($_POST['save']) {
}
}
-$pgtitle = array(gettext("VPN"), gettext("IPsec"), gettext("Mobile"));
+$pgtitle = array(gettext("VPN"), gettext("IPsec"), gettext("Mobile Clients"));
$shortcut_section = "ipsec";
include("head.inc");
@@ -443,8 +443,8 @@ if ($input_errors)
$tab_array = array();
$tab_array[0] = array(gettext("Tunnels"), false, "vpn_ipsec.php");
-$tab_array[1] = array(gettext("Mobile clients"), true, "vpn_ipsec_mobile.php");
-$tab_array[2] = array(gettext("Pre-Shared Key"), false, "vpn_ipsec_keys.php");
+$tab_array[1] = array(gettext("Mobile Clients"), true, "vpn_ipsec_mobile.php");
+$tab_array[2] = array(gettext("Pre-Shared Keys"), false, "vpn_ipsec_keys.php");
$tab_array[3] = array(gettext("Advanced Settings"), false, "vpn_ipsec_settings.php");
display_top_tabs($tab_array);
OpenPOWER on IntegriCloud