Update description

[MAILPOET-2335] [MAILPOET-2334]
This commit is contained in:
Pavel Dohnal
2020-10-19 11:58:15 +02:00
committed by Veljko V
parent e63354cd22
commit eaa94c5ce8
3 changed files with 4 additions and 4 deletions

View File

@ -182,13 +182,13 @@ class Newsletters {
[
'slug' => 'woocommerce_product_purchased_in_category',
'title' => $this->wp->__('Purchased In This Category', 'mailpoet'),
'description' => $this->wp->__('Let MailPoet send an email to customers who purchase a product from a specific category.', 'mailpoet'),
'description' => $this->wp->__('Let MailPoet send an email to customers who purchase a product for the first time in a specific category.', 'mailpoet'),
'soon' => true,
],
[
'slug' => 'woocommerce_product_purchased',
'title' => $this->wp->__('Purchased This Product', 'mailpoet'),
'description' => $this->wp->__('Let MailPoet send an email to customers who purchase a specific product.', 'mailpoet'),
'description' => $this->wp->__('Let MailPoet send an email to customers who purchase a specific product for the first time.', 'mailpoet'),
],
],
],