Hey there Great Theme Developers! Could you please point me in the right direction of how to change the default wording for the captcha? At the moment is says:
Please prove that you are human by solving the equation
Hey!
Look in /enfold/config-templatebuilder/avia-shortcodes/contact.php, line 288:
$elements['avia_age'] = array('type'=>'captcha', 'check'=>'captcha', 'label'=> __('Please prove that you are human by solving the equation','avia_framework' ));
Cheers!
Josue