Change admin notices messages

This commit is contained in:
Amine Ben hammou
2019-06-18 12:25:22 +01:00
committed by M. Shull
parent a2700246f0
commit 7e5872eb92
4 changed files with 14 additions and 14 deletions

View File

@ -72,7 +72,7 @@ class SendingTaskSubscribersTest extends \MailPoetTest {
]);
expect($res->status)->equals(APIResponse::STATUS_NOT_FOUND);
expect($res->errors[0]['message'])
->equals('This newsletter is not being sent to any subcriber yet.');
->equals('This email has not been sent yet.');
}
function testListingReturnsErrorIfNewsletterNotBeingSent() {
@ -87,7 +87,7 @@ class SendingTaskSubscribersTest extends \MailPoetTest {
]);
expect($res->status)->equals(APIResponse::STATUS_NOT_FOUND);
expect($res->errors[0]['message'])
->equals('This newsletter is not being sent to any subcriber yet.');
->equals('This email has not been sent yet.');
}
function testItReturnsListing() {