Reworded a description
[MAILPOET-3121]
This commit is contained in:
@ -159,7 +159,7 @@ class Newsletters {
|
|||||||
'slug' => 'woocommerce',
|
'slug' => 'woocommerce',
|
||||||
'premium' => true,
|
'premium' => true,
|
||||||
'title' => $this->wp->__('WooCommerce', 'mailpoet'),
|
'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' => [
|
'events' => [
|
||||||
[
|
[
|
||||||
'slug' => 'woocommerce_abandoned_shopping_cart',
|
'slug' => 'woocommerce_abandoned_shopping_cart',
|
||||||
|
@ -50,7 +50,7 @@ class WooCommerce {
|
|||||||
return [
|
return [
|
||||||
'slug' => self::SLUG,
|
'slug' => self::SLUG,
|
||||||
'title' => WPFunctions::get()->__('WooCommerce', 'mailpoet'),
|
'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, []),
|
'events' => $this->wp->applyFilters(self::EVENTS_FILTER, []),
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user