Capitalize an acronym

[MAILPOET-3121]
This commit is contained in:
Pavel Dohnal
2020-09-02 13:44:59 +02:00
committed by Veljko V
parent 6383795c62
commit f95e077f62

View File

@@ -111,7 +111,7 @@ class CaptchaRenderer {
$formHtml .= '<div class="mailpoet_form_hide_on_success">';
$formHtml .= '<p class="mailpoet_paragraph">';
$formHtml .= '<img class="mailpoet_captcha mailpoet_captcha_update" src="' . $captchaUrl . '" width="' . $width . '" height="' . $height . '" title="' . $this->wp->__('Click to refresh the captcha', 'mailpoet') . '" />';
$formHtml .= '<img class="mailpoet_captcha mailpoet_captcha_update" src="' . $captchaUrl . '" width="' . $width . '" height="' . $height . '" title="' . $this->wp->__('Click to refresh the CAPTCHA', 'mailpoet') . '" />';
$formHtml .= '</p>';
// subscription form