mirror of https://github.com/zulip/zulip.git
11 lines
417 B
Handlebars
11 lines
417 B
Handlebars
{{#> compose_banner }}
|
|
<p class="banner_message">
|
|
{{#if (eq muted_narrow "stream")}}
|
|
{{#tr}}Your message was sent to a channel 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}}
|