mirror of
https://github.com/zulip/zulip.git
synced 2026-07-18 21:04:19 +08:00
10 lines
288 B
Handlebars
10 lines
288 B
Handlebars
{{! Explanation of what "announce stream" does when creating a stream }}
|
|
<div>
|
|
|
|
{{#tr this}}
|
|
<p>Stream will be announced in <b>#__notifications_stream__</b>.</p>
|
|
{{/tr}}
|
|
<p>{{t 'Admin can configure where new streams are announced in organization settings.' }}</p>
|
|
|
|
</div>
|