streams: Update description for stream-privacy-type.

Fixes #10524
This commit is contained in:
Yashashvi Dave
2019-05-08 14:30:21 +05:30
committed by Tim Abbott
parent ddd3a36536
commit a259b29322

View File

@@ -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.' }}
{{/if}}
{{#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}}