angular-recaptcha icon indicating copy to clipboard operation
angular-recaptcha copied to clipboard

Any parameter to change error messages?

Open AmarieEA opened this issue 8 years ago • 2 comments

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

AmarieEA avatar Sep 15 '16 10:09 AmarieEA

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.

TheSharpieOne avatar Sep 15 '16 12:09 TheSharpieOne

Maybe this problem is solved with https://github.com/VividCortex/angular-recaptcha/pull/170, only for translate.

reduardo7 avatar Dec 05 '16 11:12 reduardo7