mirror of
https://github.com/zulip/zulip.git
synced 2026-07-12 21:04:41 +08:00
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>
10 lines
277 B
Handlebars
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>
|