Update PurchasedInCategory and PurchasedProduct
Add "after purchase" text to the page MAILPOET-4658
This commit is contained in:
committed by
Aschepikov
parent
6cb5ceca21
commit
885b51a6cf
@ -55,6 +55,7 @@ class PurchasedInCategory {
|
||||
'listingScheduleDisplayText' => __('Email sent when a customer buys a product in category: %s', 'mailpoet'),
|
||||
// translators: %s is the name of the category.
|
||||
'listingScheduleDisplayTextPlural' => __('Email sent when a customer buys a product in categories: %s', 'mailpoet'),
|
||||
'afterDelayText' => __('after purchase', 'mailpoet'),
|
||||
'options' => [
|
||||
'multiple' => true,
|
||||
'endpoint' => 'product_categories',
|
||||
|
@ -76,6 +76,7 @@ class PurchasedProduct {
|
||||
'listingScheduleDisplayText' => __('Email sent when a customer buys product: %s', 'mailpoet'),
|
||||
// translators: %s is the name of the products.
|
||||
'listingScheduleDisplayTextPlural' => __('Email sent when a customer buys products: %s', 'mailpoet'),
|
||||
'afterDelayText' => __('after purchase', 'mailpoet'),
|
||||
'options' => [
|
||||
'multiple' => true,
|
||||
'endpoint' => 'products',
|
||||
|
Reference in New Issue
Block a user