diff --git a/ghost/admin/app/templates/offers.hbs b/ghost/admin/app/templates/offers.hbs
index c250e66588..158b16213b 100644
--- a/ghost/admin/app/templates/offers.hbs
+++ b/ghost/admin/app/templates/offers.hbs
@@ -61,6 +61,12 @@
{{svg-jar "offer"}}
{{gh-price-amount offer.amount}} {{offer.currency}} OFF
{{/if}}
+ {{#if (feature 'freeTrial')}}
+ {{#if (eq offer.type 'trial')}}
+ {{svg-jar "offer"}}
+ 21 DAYS FREE
+ {{/if}}
+ {{/if}}
–
{{if (eq offer.duration 'once') "First-payment" "Repeating"}}