From 2a2b247b75ad75d6f1646ae1202075281a4650ff Mon Sep 17 00:00:00 2001 From: jim-p Date: Fri, 26 Oct 2012 16:03:44 -0400 Subject: Standardize hypenation and capitalization of Pre-Shared Key --- usr/local/www/vpn_ipsec_mobile.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'usr/local/www/vpn_ipsec_mobile.php') diff --git a/usr/local/www/vpn_ipsec_mobile.php b/usr/local/www/vpn_ipsec_mobile.php index 1da67e1..539b483 100755 --- a/usr/local/www/vpn_ipsec_mobile.php +++ b/usr/local/www/vpn_ipsec_mobile.php @@ -343,7 +343,7 @@ function login_banner_change() { $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 keys"), false, "vpn_ipsec_keys.php"); + $tab_array[2] = array(gettext("Pre-Shared Key"), false, "vpn_ipsec_keys.php"); display_top_tabs($tab_array); ?> -- cgit v1.1