summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/vpn_openvpn_client.php
diff options
context:
space:
mode:
authorStephen Beaver <sbeaver@netgate.com>2015-09-21 09:59:29 -0400
committerStephen Beaver <sbeaver@netgate.com>2015-09-21 09:59:29 -0400
commit705ba8d55f3679bc9fca03e8c623ea592fc0420e (patch)
tree9c99010200998e52f7d7dda9867c2335fd0c9cb1 /src/usr/local/www/vpn_openvpn_client.php
parentc5199c04b7cdad949fecc42700c687cf05b55c8a (diff)
downloadpfsense-705ba8d55f3679bc9fca03e8c623ea592fc0420e.zip
pfsense-705ba8d55f3679bc9fca03e8c623ea592fc0420e.tar.gz
Fixed #5175
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 b58dd8c..f30f0cc 100644
--- a/src/usr/local/www/vpn_openvpn_client.php
+++ b/src/usr/local/www/vpn_openvpn_client.php
@@ -921,7 +921,7 @@ events.push(function(){
autotls_change();
}
- // Procedd "Automatically generate a shared TLS authentication key" checkbox
+ // Process "Automatically generate a shared TLS authentication key" checkbox
function autotls_change() {
hideInput('tls', $('#autotls_enable').prop('checked') || !$('#tlsauth_enable').prop('checked'));
}
OpenPOWER on IntegriCloud