subscription_type: Improve wording for full members case.

We have a consistent name for these that we use in documentation.
This commit is contained in:
Tim Abbott 2020-02-04 17:14:28 -08:00
parent 174b2abcfd
commit b9853ac1bf
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@
{{#if (eq stream_post_policy stream_post_policy_values.admins.code)}}
{{t 'Only organization administrators can post.'}}
{{else if (eq stream_post_policy stream_post_policy_values.non_new_members.code)}}
{{t 'New members cannot post.'}}
{{t 'Only organization full members can post.'}}
{{else}}
{{t 'All stream members can post.'}}
{{/if}}