Update abandoned cart email description

[MAILPOET-2205]
This commit is contained in:
Ján Mikláš
2019-08-14 10:26:25 +02:00
committed by Jan Jakeš
parent ed1e6fd015
commit aa78636d87

View File

@@ -120,7 +120,7 @@ class Newsletters {
[
'slug' => 'woocommerce_abandoned_shopping_cart',
'title' => $this->wp->__('Abandoned Shopping Cart', 'mailpoet'),
'description' => $this->wp->__('Send an email to logged-in visitors who have items in their shopping carts but left your website without checking out. Can convert up to 5% of abandoned carts.', 'mailpoet'),
'description' => $this->wp->__('Send an email to identified visitors who have items in their shopping carts but left your website without checking out. Can convert up to 20% of abandoned carts.', 'mailpoet'),
'soon' => true,
'badge' => [
'text' => $this->wp->__('Must-have', 'mailpoet'),