diff --git a/mailpoet/lib/AutomaticEmails/WooCommerce/Events/AbandonedCart.php b/mailpoet/lib/AutomaticEmails/WooCommerce/Events/AbandonedCart.php index 3f61597d10..f9b3e15ab3 100644 --- a/mailpoet/lib/AutomaticEmails/WooCommerce/Events/AbandonedCart.php +++ b/mailpoet/lib/AutomaticEmails/WooCommerce/Events/AbandonedCart.php @@ -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', diff --git a/mailpoet/tests/acceptance/Newsletters/CreateWooCommerceNewsletterCest.php b/mailpoet/tests/acceptance/Newsletters/CreateWooCommerceNewsletterCest.php index e15b487619..6f82e6e2a3 100644 --- a/mailpoet/tests/acceptance/Newsletters/CreateWooCommerceNewsletterCest.php +++ b/mailpoet/tests/acceptance/Newsletters/CreateWooCommerceNewsletterCest.php @@ -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) {