summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/vpn_openvpn_client.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_openvpn_client.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_openvpn_client.php')
-rw-r--r--src/usr/local/www/vpn_openvpn_client.php10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/usr/local/www/vpn_openvpn_client.php b/src/usr/local/www/vpn_openvpn_client.php
index 3b9ae7e..bc60d6c 100644
--- a/src/usr/local/www/vpn_openvpn_client.php
+++ b/src/usr/local/www/vpn_openvpn_client.php
@@ -56,8 +56,8 @@
##|+PRIV
##|*IDENT=page-openvpn-client
-##|*NAME=OpenVPN: Client
-##|*DESCR=Allow access to the 'OpenVPN: Client' page.
+##|*NAME=OpenVPN: Clients
+##|*DESCR=Allow access to the 'OpenVPN: Clients' page.
##|*MATCH=vpn_openvpn_client.php*
##|-PRIV
@@ -67,7 +67,7 @@ require_once("pkg-utils.inc");
global $openvpn_topologies;
-$pgtitle = array(gettext("VPN"), gettext("OpenVPN"), gettext("Client"));
+$pgtitle = array(gettext("VPN"), gettext("OpenVPN"), gettext("Clients"));
$shortcut_section = "openvpn";
if (!is_array($config['openvpn']['openvpn-client'])) {
@@ -441,8 +441,8 @@ if ($savemsg) {
}
$tab_array = array();
-$tab_array[] = array(gettext("Server"), false, "vpn_openvpn_server.php");
-$tab_array[] = array(gettext("Client"), true, "vpn_openvpn_client.php");
+$tab_array[] = array(gettext("Servers"), false, "vpn_openvpn_server.php");
+$tab_array[] = array(gettext("Clients"), true, "vpn_openvpn_client.php");
$tab_array[] = array(gettext("Client Specific Overrides"), false, "vpn_openvpn_csc.php");
$tab_array[] = array(gettext("Wizards"), false, "wizard.php?xml=openvpn_wizard.xml");
add_package_tabs("OpenVPN", $tab_array);
OpenPOWER on IntegriCloud