Viewing 2 posts - 1 through 2 (of 2 total)
Viewing 2 posts - 1 through 2 (of 2 total)
- You must be logged in to reply to this topic.
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