summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/vpn_openvpn_server.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_server.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_server.php')
-rw-r--r--src/usr/local/www/vpn_openvpn_server.php10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/usr/local/www/vpn_openvpn_server.php b/src/usr/local/www/vpn_openvpn_server.php
index da65de9..23731d1 100644
--- a/src/usr/local/www/vpn_openvpn_server.php
+++ b/src/usr/local/www/vpn_openvpn_server.php
@@ -56,8 +56,8 @@
##|+PRIV
##|*IDENT=page-openvpn-server
-##|*NAME=OpenVPN: Server
-##|*DESCR=Allow access to the 'OpenVPN: Server' page.
+##|*NAME=OpenVPN: Servers
+##|*DESCR=Allow access to the 'OpenVPN: Servers' page.
##|*MATCH=vpn_openvpn_server.php*
##|-PRIV
@@ -589,7 +589,7 @@ if ($_POST) {
}
}
-$pgtitle = array(gettext("VPN"), gettext("OpenVPN"), gettext("Server"));
+$pgtitle = array(gettext("VPN"), gettext("OpenVPN"), gettext("Servers"));
$shortcut_section = "openvpn";
include("head.inc");
@@ -607,8 +607,8 @@ if ($savemsg) {
}
$tab_array = array();
-$tab_array[] = array(gettext("Server"), true, "vpn_openvpn_server.php");
-$tab_array[] = array(gettext("Client"), false, "vpn_openvpn_client.php");
+$tab_array[] = array(gettext("Servers"), true, "vpn_openvpn_server.php");
+$tab_array[] = array(gettext("Clients"), false, "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