Update PurchasedInCategory and PurchasedProduct

Add "after purchase" text to the page

MAILPOET-4658
This commit is contained in:
Oluwaseun Olorunsola
2022-10-14 13:22:59 +01:00
committed by Aschepikov
parent 6cb5ceca21
commit 885b51a6cf
2 changed files with 2 additions and 0 deletions

View File

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

View File

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