CRM-17657 - Update ReCAPCHA validation text to reflect new style of captcha.
authorAdam Hillier <dev@adamhillier.eu>
Sun, 8 May 2016 14:18:26 +0000 (15:18 +0100)
committerAdam Hillier <dev@adamhillier.eu>
Sun, 8 May 2016 14:18:26 +0000 (15:18 +0100)
----------------------------------------
* CRM-17657: ReCAPTCHA validation text is no longer accurate
  https://issues.civicrm.org/jira/browse/CRM-17657

CRM/Utils/ReCAPTCHA.php

index bf4177f0fd2e510d717f97ca89a821f45bbaf497..41e5d8f68bea2f149c9172434aa1da32368e5068 100644 (file)
@@ -94,7 +94,7 @@ class CRM_Utils_ReCAPTCHA {
     if ($form->isSubmitted() && empty($form->_submitValues['g-recaptcha-response'])) {
       $form->setElementError(
         'g-recaptcha-response',
-        ts('Input text must match the phrase in the image. Please review the image and re-enter matching text.')
+        ts('Please go back and complete the CAPTCHA at the bottom of this form.')
       );
     }
   }