Closed haassie closed 9 years ago
Please describe there how to overwrite the error message ("Captcha: Possible robot detected! ")
It seems this is the only possibility:
$TYPO3_CONF_VARS['SYS']['locallangXMLOverride']['EXT:rh_recaptcha/Resources/Private/Language/locallang.xlf'][] = 'EXT:my_ext/Resources/Private/Language/Plugin/RhRecaptcha/locallang.xlf';
$TYPO3_CONF_VARS['SYS']['locallangXMLOverride']['EXT:rh_recaptcha/Resources/Private/Language/de.locallang.xlf'][] = 'EXT:my_ext/Resources/Private/Language/Plugin/RhRecaptcha/de.locallang.xlf';
In that case it is a bug. Please report a new issue for this and I will try to fix that this week.
I created a new ticket: #5
Thank you. The manual (without translation) is now added to the repository and can be viewed on https://docs.typo3.org/typo3cms/extensions/rh_recaptcha/
Provide a manual for the extension