summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/vpn_openvpn_client.php
diff options
context:
space:
mode:
authorChris Buechler <cmb@pfsense.org>2015-12-20 21:50:25 -0600
committerChris Buechler <cmb@pfsense.org>2015-12-20 21:50:25 -0600
commit240d4f10ac42864181e5260865f620b2cd089639 (patch)
tree81baa1861a812a4aaecfab7bd27fa4746ea26c50 /src/usr/local/www/vpn_openvpn_client.php
parent72eaefaf1fc991d5949daadbac5ae50ed1d3ad5f (diff)
downloadpfsense-240d4f10ac42864181e5260865f620b2cd089639.zip
pfsense-240d4f10ac42864181e5260865f620b2cd089639.tar.gz
fix text
Diffstat (limited to 'src/usr/local/www/vpn_openvpn_client.php')
-rw-r--r--src/usr/local/www/vpn_openvpn_client.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/usr/local/www/vpn_openvpn_client.php b/src/usr/local/www/vpn_openvpn_client.php
index 5430f69..2fe4fca 100644
--- a/src/usr/local/www/vpn_openvpn_client.php
+++ b/src/usr/local/www/vpn_openvpn_client.php
@@ -434,7 +434,7 @@ if ($act=="new" || $act=="edit"):
$section->addInput(new Form_Checkbox(
'disable',
'Disabled',
- 'Disable this server',
+ 'Disable this client',
$pconfig['disable']
))->setHelp('Set this option to disable this client without removing it from the list');
OpenPOWER on IntegriCloud