i18n: use uppercase "CAPTCHA" to march to other translation strings

This commit is contained in:
Rami Yushuvaev
2019-08-27 01:16:25 +03:00
committed by M. Shull
parent 99bea70de8
commit 3de1eead47

View File

@ -317,7 +317,7 @@ class Subscribers extends APIEndpoint {
$meta = [];
$meta['refresh_captcha'] = true;
return $this->badRequest([
APIError::BAD_REQUEST => WPFunctions::get()->__('The characters entered do not match with the previous captcha.', 'mailpoet'),
APIError::BAD_REQUEST => WPFunctions::get()->__('The characters entered do not match with the previous CAPTCHA.', 'mailpoet'),
], $meta);
}
}