fixing translations

This commit is contained in:
Amine Ben hammou
2018-05-23 18:05:15 +00:00
parent 74250b87f9
commit 3e84a1f8e1
5 changed files with 7 additions and 7 deletions

View File

@@ -474,7 +474,7 @@ class SubscribersTest extends \MailPoetTest {
$this->obfuscatedSegments => array($this->segment_1->id, $this->segment_2->id)
));
expect($response->status)->equals(APIResponse::STATUS_BAD_REQUEST);
expect($response->errors[0]['message'])->equals('Please check the captcha.');
expect($response->errors[0]['message'])->equals('Please check the CAPTCHA.');
Setting::setValue('re_captcha', array());
}