Reworded a description

[MAILPOET-3121]
This commit is contained in:
Pavel Dohnal
2020-09-02 14:18:23 +02:00
committed by Veljko V
parent 8b6d0421d6
commit e48bb4ee23
2 changed files with 2 additions and 2 deletions

View File

@ -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',

View File

@ -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, []),
];
}