From e48bb4ee23235341ee013e78edfcfa3a58451edc Mon Sep 17 00:00:00 2001 From: Pavel Dohnal Date: Wed, 2 Sep 2020 14:18:23 +0200 Subject: [PATCH] Reworded a description [MAILPOET-3121] --- lib/AdminPages/Pages/Newsletters.php | 2 +- lib/AutomaticEmails/WooCommerce/WooCommerce.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/AdminPages/Pages/Newsletters.php b/lib/AdminPages/Pages/Newsletters.php index 53b469955d..d0e2cef59c 100644 --- a/lib/AdminPages/Pages/Newsletters.php +++ b/lib/AdminPages/Pages/Newsletters.php @@ -159,7 +159,7 @@ class Newsletters { 'slug' => 'woocommerce', 'premium' => true, 'title' => $this->wp->__('WooCommerce', 'mailpoet'), - 'description' => $this->wp->__('Automatically send an email when there is a new WooCommerce product, order and some other action takes place.', 'mailpoet'), + 'description' => $this->wp->__('Automatically send an email based on your customers’ purchase behavior. Enhance your customer service and start increasing sales with WooCommerce follow up emails.', 'mailpoet'), 'events' => [ [ 'slug' => 'woocommerce_abandoned_shopping_cart', diff --git a/lib/AutomaticEmails/WooCommerce/WooCommerce.php b/lib/AutomaticEmails/WooCommerce/WooCommerce.php index 56b0dbe8a0..ff14aba8de 100644 --- a/lib/AutomaticEmails/WooCommerce/WooCommerce.php +++ b/lib/AutomaticEmails/WooCommerce/WooCommerce.php @@ -50,7 +50,7 @@ class WooCommerce { return [ 'slug' => self::SLUG, 'title' => WPFunctions::get()->__('WooCommerce', 'mailpoet'), - 'description' => WPFunctions::get()->__('Automatically send an email when there is a new WooCommerce product, order and some other action takes place.', 'mailpoet'), + 'description' => WPFunctions::get()->__('Automatically send an email based on your customers’ purchase behavior. Enhance your customer service and start increasing sales with WooCommerce follow up emails.', 'mailpoet'), 'events' => $this->wp->applyFilters(self::EVENTS_FILTER, []), ]; }