zulip/web/templates/compose_banner/stream_wildcard_warning.hbs

8 lines
350 B
Handlebars

{{#> compose_banner }}
<p class="banner_message">
{{#tr}}
Are you sure you want to send @-mention notifications to the <strong>{subscriber_count}</strong> users subscribed to #{channel_name}? If not, please edit your message to remove the <strong>@{wildcard_mention}</strong> mention.
{{/tr}}
</p>
{{/compose_banner}}