I am using reCAPTCHA on localhost. I already got my site-key and secret-key. Although almost everything works as expected, I get this message within the form.
In the HTML I have only this row:
<div class="g-recaptcha" data-sitekey="<Here I have put my site-key>"></div>
Does anyone know how to remove this message or the reason why this message appears?