zulip/static/templates/compose_all_everyone.hbs
Anders Kaseorg d381b4463e templates: Fix <br> → <br /> to be parseable by FormatJS.
Fixes #18220.

Signed-off-by: Anders Kaseorg <anders@zulip.com>
2021-04-20 14:39:53 -07:00

15 lines
647 B
Handlebars

<div class="compose-all-everyone">
<span class="compose-all-everyone-msg">
{{#tr}}
Are you sure you want to mention all <strong>{count}</strong> people in this stream?
<br />
This will send email and mobile push notifications to most of those <strong>{count}</strong> users.
<br />
If you don't want to do that, please edit your message to remove the <strong>@{mention}</strong> mention.
{{/tr}}
</span>
<span class="compose-all-everyone-controls">
<button type="button" class="btn btn-warning compose-all-everyone-confirm">{{t "Yes, send" }}</button>
</span>
</div>