diff --git a/static/templates/invite_subscription.hbs b/static/templates/invite_subscription.hbs index f28f591630..91f5716a93 100644 --- a/static/templates/invite_subscription.hbs +++ b/static/templates/invite_subscription.hbs @@ -14,7 +14,7 @@ {{#if (eq name ../notifications_stream)}} #{{name}} ({{t 'Receives new stream announcements' }}) {{else}} - #{{name}} + {{#if (not invite_only)}}#{{/if}}{{name}} {{/if}} {{/each}}