diff --git a/core/frontend/views/unsubscribe.hbs b/core/frontend/views/unsubscribe.hbs index 834b53f7b5..8ff460eddc 100644 --- a/core/frontend/views/unsubscribe.hbs +++ b/core/frontend/views/unsubscribe.hbs @@ -42,8 +42,10 @@ {{#if member}}

{{member.email}} has been successfully unsubscribed from emails. -
- Don't worry, this will not cancel your paid subscription to {{@site.title}}. + {{#match member.status "!=" "free"}} +
+ Don't worry, this will not cancel your paid subscription to {{@site.title}}. + {{/match}}

Didn't mean to do this? Manage your account here.

{{/if}}