i18n: use uppercase "CAPTCHA" to march to other translation strings
This commit is contained in:
@ -317,7 +317,7 @@ class Subscribers extends APIEndpoint {
|
|||||||
$meta = [];
|
$meta = [];
|
||||||
$meta['refresh_captcha'] = true;
|
$meta['refresh_captcha'] = true;
|
||||||
return $this->badRequest([
|
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);
|
], $meta);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user