zulip/web/templates/compose_banner/unmute_topic_banner.hbs

11 lines
393 B
Handlebars

{{#> compose_banner }}
<p>
{{#if (eq muted_narrow "stream")}}
{{#tr}}Your message was sent to a stream you have muted.{{/tr}}
{{else if (eq muted_narrow "topic")}}
{{#tr}}Your message was sent to a topic you have muted.{{/tr}}
{{/if}}
{{#tr}}You will not receive notifications about new messages.{{/tr}}
</p>
{{/compose_banner}}