From fcbbbd4c4cad3f4d59f49baab6a2d36fd02d4060 Mon Sep 17 00:00:00 2001 From: Rishabh Date: Thu, 21 Oct 2021 23:13:18 +0530 Subject: [PATCH] Updated label for offer list when tiers is disabled no refs --- ghost/admin/app/templates/offers.hbs | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/ghost/admin/app/templates/offers.hbs b/ghost/admin/app/templates/offers.hbs index db72c87e2f..5851cf2803 100644 --- a/ghost/admin/app/templates/offers.hbs +++ b/ghost/admin/app/templates/offers.hbs @@ -47,8 +47,11 @@

{{offer.name}}

- {{offer.tier.name}} - - {{if (eq offer.cadence 'month') 'Monthly' 'Yearly'}} + {{#if (feature "multipleProducts")}} + {{offer.tier.name}} + - + {{/if}} + {{if (eq offer.cadence 'month') 'Monthly' 'Yearly'}} @@ -65,7 +68,7 @@ {{currency-symbol offer.finalCurrency}}{{gh-price-amount offer.updatedPrice}} - {{currency-symbol offer.finalCurrency}}{{gh-price-amount offer.originalPrice}} + {{currency-symbol offer.finalCurrency}}{{gh-price-amount offer.originalPrice}} {{offer.redemptionCount}}