From 3de1eead47f6027ab085347acc8efd6c600bcaa7 Mon Sep 17 00:00:00 2001 From: Rami Yushuvaev Date: Tue, 27 Aug 2019 01:16:25 +0300 Subject: [PATCH] i18n: use uppercase "CAPTCHA" to march to other translation strings --- lib/API/JSON/v1/Subscribers.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/API/JSON/v1/Subscribers.php b/lib/API/JSON/v1/Subscribers.php index 04f44fd96d..c515932c38 100644 --- a/lib/API/JSON/v1/Subscribers.php +++ b/lib/API/JSON/v1/Subscribers.php @@ -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); } }