From 91aff4eec3594445aa0e3baff5c279d71a4709c8 Mon Sep 17 00:00:00 2001 From: Hashir Sarwar Date: Sat, 18 Jan 2020 19:43:11 +0500 Subject: [PATCH] invite_subscription: Add `#` to the stream names. Written the stream names as e.g. #announce, to match how we display them elsewhere. --- static/templates/invite_subscription.hbs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/templates/invite_subscription.hbs b/static/templates/invite_subscription.hbs index dcd4cc3b5d..f916df2be8 100644 --- a/static/templates/invite_subscription.hbs +++ b/static/templates/invite_subscription.hbs @@ -11,7 +11,7 @@ {{#if default_stream}}checked="checked"{{/if}} /> {{#if invite_only}}{{/if}} - {{name}} + #{{name}} {{/each}}