zulip/static/templates/announce_stream_docs.hbs
Anders Kaseorg 5fed442bb1 templates: Remove context argument from {{#tr}} block helper.
It only had one nontrivial use, and it’s easily replaced using the
builtin {{#with}} block helper.

Signed-off-by: Anders Kaseorg <anders@zulip.com>
2021-04-13 18:59:46 -07:00

10 lines
277 B
Handlebars

{{! Explanation of what "announce stream" does when creating a stream }}
<div>
{{#tr}}
<p>Stream will be announced in <b>#{notifications_stream}</b>.</p>
{{/tr}}
<p>{{t 'Organization administrators can change this in the organization settings.' }}</p>
</div>