diff options
author | Chris Buechler <cmb@pfsense.org> | 2015-12-20 21:50:25 -0600 |
---|---|---|
committer | Chris Buechler <cmb@pfsense.org> | 2015-12-20 21:50:25 -0600 |
commit | 240d4f10ac42864181e5260865f620b2cd089639 (patch) | |
tree | 81baa1861a812a4aaecfab7bd27fa4746ea26c50 /src | |
parent | 72eaefaf1fc991d5949daadbac5ae50ed1d3ad5f (diff) | |
download | pfsense-240d4f10ac42864181e5260865f620b2cd089639.zip pfsense-240d4f10ac42864181e5260865f620b2cd089639.tar.gz |
fix text
Diffstat (limited to 'src')
-rw-r--r-- | src/usr/local/www/vpn_openvpn_client.php | 2 |
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'); |