We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4963ee7 commit 5d21a8bCopy full SHA for 5d21a8b
ReCaptchaUi/Model/CaptchaResponseResolver.php
@@ -22,7 +22,7 @@ public function resolve(RequestInterface $request): string
22
{
23
$reCaptchaParam = $request->getParam(self::PARAM_RECAPTCHA);
24
if (empty($reCaptchaParam)) {
25
- throw new InputException(__('reCapctha is required.'));
+ throw new InputException(__('reCAPTCHA is required.'));
26
}
27
return $reCaptchaParam;
28
0 commit comments