diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2008-04-26 03:42:23 +0000 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2008-04-26 03:42:23 +0000 |
commit | 5b23b67c64837478589e22202aa7f998a9abe295 (patch) | |
tree | 32e63a98d741d2e039e96d03b1cbf533a3d3fe54 /usr/local | |
parent | 7a419faa94d28585bedae135de4ce8d58c02600b (diff) | |
download | pfsense-5b23b67c64837478589e22202aa7f998a9abe295.zip pfsense-5b23b67c64837478589e22202aa7f998a9abe295.tar.gz |
s/Configuration/overrides/
Diffstat (limited to 'usr/local')
-rw-r--r-- | usr/local/www/vpn_openvpn_certs.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/vpn_openvpn_certs.php b/usr/local/www/vpn_openvpn_certs.php index a1ad2b4..c3256c8 100644 --- a/usr/local/www/vpn_openvpn_certs.php +++ b/usr/local/www/vpn_openvpn_certs.php @@ -73,7 +73,7 @@ include("head.inc"); $tab_array = array(); $tab_array[] = array("Server", false, "/pkg.php?xml=openvpn.xml"); $tab_array[] = array("Client", false, "/pkg.php?xml=openvpn_cli.xml"); - $tab_array[] = array("Client-specific configuration", false, "openvpn_csc.xml"); + $tab_array[] = array("Client-specific overrides", false, "openvpn_csc.xml"); $tab_array[] = array("Certificate Authority", true, "/vpn_openvpn_certs.php"); $tab_array[] = array("Users", false, "vpn_openvpn_users.php"); display_top_tabs($tab_array); |