Fix desc of OpenVPN sync to show that it also syncs certs. Fixes #9283

This commit is contained in:
jim-p 2019-01-22 10:14:55 -05:00
parent 14d470377e
commit 9f3b87d898

View File

@ -243,7 +243,7 @@ $group->add(new Form_MultiCheckbox(
$group->add(new Form_MultiCheckbox(
'synchronizeopenvpn',
'Synchronize OpenVPN',
'OpenVPN configuration ',
'OpenVPN configuration (Implies CA/Cert/CRL Sync) ',
($pconfig['synchronizeopenvpn'] === 'on'),
'on'
));