diff --git a/lib/Subscription/CaptchaRenderer.php b/lib/Subscription/CaptchaRenderer.php index c51d8a4cf3..c8e46ee84c 100644 --- a/lib/Subscription/CaptchaRenderer.php +++ b/lib/Subscription/CaptchaRenderer.php @@ -33,7 +33,7 @@ class CaptchaRenderer { 'id' => 'captcha', 'type' => 'text', 'params' => [ - 'label' => $this->wp->__('Type in the input the characters you see in the picture above:', 'mailpoet'), + 'label' => $this->wp->__('Type in the characters you see in the picture above:', 'mailpoet'), 'value' => '', 'obfuscate' => false, ], @@ -113,7 +113,7 @@ class CaptchaRenderer { ) { $form_html = '
'; $form_html .= ''; - $form_html .= ''; + $form_html .= ''; $form_html .= '
'; return $form_html; }