diff --git a/ghost/admin/app/components/modal-tier.hbs b/ghost/admin/app/components/modal-tier.hbs
index c5cdca0896..94b30c10b4 100644
--- a/ghost/admin/app/components/modal-tier.hbs
+++ b/ghost/admin/app/components/modal-tier.hbs
@@ -54,58 +54,59 @@
{{#unless this.isFreeTier}}
-
-
-
-
-
-
-
- {{this.currency}}
- {{svg-jar "arrow-down-small"}}
-
-
-
-
-
-
-
-
-
- {{this.currency}}/month
-
-
-
- {{this.currency}}/year
-
-
- {{#if this.stripePlanError}}
- {{this.stripePlanError}}
- {{/if}}
-
{{#if (feature 'freeTrial')}}
+
+
+
+
+
+
+
+ {{this.currency}}
+ {{svg-jar "arrow-down-small"}}
+
+
+
+
+
+
+
+
+
+ {{this.currency}}/month
+
+
+
+ {{this.currency}}/year
+
+
+ {{#if this.stripePlanError}}
+ {{this.stripePlanError}}
+ {{/if}}
+
+
@@ -142,8 +143,60 @@
Free trial must be at least 1 day
{{/if}}
- {{/if}}
+ {{else}}
+
+
+
–
+
+
+
+ {{this.currency}}
+ {{svg-jar "arrow-down-small"}}
+
+
+
+
+
+
+
+
+
+ {{this.currency}}/month
+
+
+
+ {{this.currency}}/year
+
+
+ {{#if this.stripePlanError}}
+ {{this.stripePlanError}}
+ {{/if}}
+
+ {{/if}}
+