Files
zulip/static/templates/compose_announce.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

13 lines
462 B
Handlebars

<div class="compose-announce">
<span class="compose-announce-msg">
{{#tr}}
This stream is reserved for <strong>announcements</strong>.
<br />
Are you sure you want to message all <strong>{count}</strong> people in this stream?
{{/tr}}
</span>
<span class="compose-announce-controls">
<button type="button" class="btn btn-warning compose-announce-confirm">{{t "Yes, send" }}</button>
</span>
</div>