zulip/web/templates/compose_banner/not_subscribed_warning.hbs

10 lines
426 B
Handlebars

{{#> compose_banner }}
<p class="banner_message">
{{#if can_subscribe_other_users}}
{{#tr}}<strong>{name}</strong> is not subscribed to this stream. They will not be notified unless you subscribe them.{{/tr}}
{{else}}
{{#tr}}<strong>{name}</strong> is not subscribed to this stream. They will not be notified if you mention them.{{/tr}}
{{/if}}
</p>
{{/compose_banner}}