Reworded a description
[MAILPOET-3121]
This commit is contained in:
@ -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',
|
||||
|
@ -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, []),
|
||||
];
|
||||
}
|
||||
|
Reference in New Issue
Block a user