Commit a5be93fa by ProThoughts Committed by GitHub

Changed name of reCAPTCHA key so updated file.

Google changed name of reCAPTCHA key so updated file.
parent 438e4513
......@@ -63,13 +63,13 @@ class qa_recaptcha_captcha
'fields' => array(
'public' => array(
'label' => 'reCAPTCHA public key:',
'label' => 'reCAPTCHA Site key:',
'value' => $pub,
'tags' => 'name="recaptcha_public_key_field"',
),
'private' => array(
'label' => 'reCAPTCHA private key:',
'label' => 'reCAPTCHA Secret key:',
'value' => $pri,
'tags' => 'name="recaptcha_private_key_field"',
'error' => $error,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment