angular-recaptcha
angular-recaptcha copied to clipboard
Any parameter to change error messages?
Is there any option for angular-recptcha to set custom error messages?
Like this:
<script type= "text/javascript">
var RecaptchaOptions = {
custom_translations : { incorrect_try_again : "You did it wrong, try again." }
};
</script>
https://developers.google.com/recaptcha/old/docs/customization
Unfortunately it looks like Google has not added that ability to the new version which this library supports. The link you used is for the old recaptcha, see https://developers.google.com/recaptcha/docs/display for the new documentation.
Maybe this problem is solved with https://github.com/VividCortex/angular-recaptcha/pull/170, only for translate.