Make the message better

[MAILPOET-4740]
This commit is contained in:
Pavel Dohnal
2022-10-21 09:56:08 +02:00
committed by Veljko V
parent 2f823f5606
commit 1df78f22d3
2 changed files with 2 additions and 2 deletions

View File

@ -54,7 +54,7 @@ class AbandonedCart {
'slug' => self::SLUG,
'title' => _x('Abandoned Shopping Cart', 'This is the name of a type of automatic email for ecommerce. Those emails are sent automatically when a customer adds product to his shopping cart but never complete the checkout process.', 'mailpoet'),
'description' => __('Send an email to logged-in visitors who have items in their shopping carts but left your website without checking out. Can convert up to 5% of abandoned carts.', 'mailpoet'),
'listingScheduleDisplayText' => _x('Email sent when a customer abandons his cart.', 'Description of Abandoned Shopping Cart email', 'mailpoet'),
'listingScheduleDisplayText' => _x('Send the email when a customer abandons their cart.', 'Description of Abandoned Shopping Cart email', 'mailpoet'),
'badge' => [
'text' => __('Must-have', 'mailpoet'),
'style' => 'red',

View File

@ -41,7 +41,7 @@ class CreateWooCommerceNewsletterCest {
$i->click($template);
$this->fillNewsletterTitle($i, 'Abandoned Cart Email Creation');
$this->activateNewsletterAndVerify($i, 'Abandoned Cart Email Creation', 'Email sent when a customer abandons his cart');
$this->activateNewsletterAndVerify($i, 'Abandoned Cart Email Creation', 'Send the email when a customer abandons their cart');
}
private function fillNewsletterTitle(\AcceptanceTester $i, $newsletterTitle) {