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

@@ -8,4 +8,10 @@
{{/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}}