diff --git a/ghost/admin/app/templates/settings/membership.hbs b/ghost/admin/app/templates/settings/membership.hbs
index 6b421a5236..0553954e48 100644
--- a/ghost/admin/app/templates/settings/membership.hbs
+++ b/ghost/admin/app/templates/settings/membership.hbs
@@ -95,7 +95,8 @@
@products={{this.products}}
@openEditProduct={{this.openEditProduct}}
/>
- {{else}}
+ {{/if}}
+ {{#if (or (not (feature "tierWelcomePages")) (not (feature "multipleProducts")))}}
{{this.stripePlanError}}
{{/if}}
+ {{/if}}
+ {{#if (or (not (feature "tierWelcomePages")) (not (feature "multipleProducts")))}}
Redirect to this URL after signup for premium membership
-
{{/if}}
{{/if}}
diff --git a/ghost/admin/package.json b/ghost/admin/package.json
index b6a4f63f1c..6fdc9f408b 100644
--- a/ghost/admin/package.json
+++ b/ghost/admin/package.json
@@ -1,6 +1,6 @@
{
"name": "ghost-admin",
- "version": "4.34.0",
+ "version": "4.34.1",
"description": "Ember.js admin client for Ghost",
"author": "Ghost Foundation",
"homepage": "http://ghost.org",