mirror of
https://github.com/zulip/zulip.git
synced 2025-11-07 15:33:30 +00:00
10 lines
207 B
Handlebars
10 lines
207 B
Handlebars
{{! Explanation of what "announce stream" does when creating a stream }}
|
|
<div>
|
|
|
|
{{#tr this}}
|
|
<p>Lets everyone know about the new stream,<br />
|
|
even if you don't add them.</p>
|
|
{{/tr}}
|
|
|
|
</div>
|