summaryrefslogtreecommitdiffstats
path: root/usr/local/www/vpn_ipsec.php
diff options
context:
space:
mode:
authorjim-p <jimp@pfsense.org>2012-10-26 16:03:44 -0400
committerjim-p <jimp@pfsense.org>2012-10-26 16:10:58 -0400
commit2a2b247b75ad75d6f1646ae1202075281a4650ff (patch)
tree743c26a4a719bf90ee2b0c4872435584ab664b21 /usr/local/www/vpn_ipsec.php
parentf8b6431222602e206eac046fa68e24a8c35c1659 (diff)
downloadpfsense-2a2b247b75ad75d6f1646ae1202075281a4650ff.zip
pfsense-2a2b247b75ad75d6f1646ae1202075281a4650ff.tar.gz
Standardize hypenation and capitalization of Pre-Shared Key
Diffstat (limited to 'usr/local/www/vpn_ipsec.php')
-rwxr-xr-xusr/local/www/vpn_ipsec.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/vpn_ipsec.php b/usr/local/www/vpn_ipsec.php
index 594740b..55b601c 100755
--- a/usr/local/www/vpn_ipsec.php
+++ b/usr/local/www/vpn_ipsec.php
@@ -139,7 +139,7 @@ include("head.inc");
$tab_array = array();
$tab_array[0] = array(gettext("Tunnels"), true, "vpn_ipsec.php");
$tab_array[1] = array(gettext("Mobile clients"), false, "vpn_ipsec_mobile.php");
- $tab_array[2] = array(gettext("Pre-shared keys"), false, "vpn_ipsec_keys.php");
+ $tab_array[2] = array(gettext("Pre-Shared Keys"), false, "vpn_ipsec_keys.php");
display_top_tabs($tab_array);
?>
</td>
OpenPOWER on IntegriCloud