mirror of
https://github.com/zulip/zulip.git
synced 2025-11-02 13:03:29 +00:00
committed by
Tim Abbott
parent
ddd3a36536
commit
a259b29322
@@ -7,5 +7,11 @@
|
|||||||
{{t 'This is a <span class="fa fa-globe" aria-hidden="true"></span> <b>public stream</b>. Any member of the organization can join without an invitation.' }}
|
{{t 'This is a <span class="fa fa-globe" aria-hidden="true"></span> <b>public stream</b>. Any member of the organization can join without an invitation.' }}
|
||||||
{{/if}}
|
{{/if}}
|
||||||
{{#if is_announcement_only}}
|
{{#if is_announcement_only}}
|
||||||
{{t 'Only organization administrators can post.'}}
|
{{t 'Only organization administrators can post.'}}
|
||||||
|
{{else}}
|
||||||
|
{{#if invite_only}}
|
||||||
|
{{t 'Only stream subscribers can post.'}}
|
||||||
|
{{else}}
|
||||||
|
{{t 'Organization members, administrators, and subscribed guests can post.'}}
|
||||||
|
{{/if}}
|
||||||
{{/if}}
|
{{/if}}
|
||||||
|
|||||||
Reference in New Issue
Block a user