I have a site with 3 languages, all translations work fine but i am not able to translate the captcha error message.
Any idea?
Thanks
John
Any idea?
Thanks
John
Couldnt find the easy way to do this😟
But i did a hack that worked, i know it isn't the right way but it works for me.
I edited the file:
\administrator\components\com_chronoforms\form_actions\check_captcha\check_captcha.php
*always, backup the file first
At lines 27 & 37 i changed the:
with
And then created an Override with the name "COM_FURCODE_CAPTCHA_ERROR" in the Joomla Language Manager.
I think you should also leave the "Error Message" in the "Check Captcha" blank.
But i did a hack that worked, i know it isn't the right way but it works for me.
I edited the file:
\administrator\components\com_chronoforms\form_actions\check_captcha\check_captcha.php
*always, backup the file first
At lines 27 & 37 i changed the:
$params->get('error', 'You have entered a wrong verification code!');
with
JText::_('COM_FURCODE_CAPTCHA_ERROR');
And then created an Override with the name "COM_FURCODE_CAPTCHA_ERROR" in the Joomla Language Manager.
I think you should also leave the "Error Message" in the "Check Captcha" blank.
This topic is locked and no more replies can be posted.