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}}