mirror of https://github.com/zulip/zulip.git
settings: Add some clarification around user groups.
This commit is contained in:
parent
5ecfcb0651
commit
90ff757f78
|
@ -3,7 +3,9 @@
|
||||||
<div class="tip">Only group members and organization administrators can modify a group.</div>
|
<div class="tip">Only group members and organization administrators can modify a group.</div>
|
||||||
{{/unless}}
|
{{/unless}}
|
||||||
{{#unless is_guest}}
|
{{#unless is_guest}}
|
||||||
<p>{{#tr this}}Add members of your organization to mentionable user groups.{{/tr}}</p>
|
<p>
|
||||||
|
{{#tr this}}User groups allow you to <a href="/help/mention-a-user-or-group" target="_blank">mention</a> multiple users at once. When you mention a user group, everyone in the group is notified as if they were individually mentioned.{{/tr}}
|
||||||
|
</p>
|
||||||
<form class="form-horizontal admin-user-group-form">
|
<form class="form-horizontal admin-user-group-form">
|
||||||
<div class="add-new-user-group-box grey-box">
|
<div class="add-new-user-group-box grey-box">
|
||||||
<div class="new-user-group-form">
|
<div class="new-user-group-form">
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# User groups
|
# User groups
|
||||||
|
|
||||||
User groups allow you to [mention](/help/mention-a-user-or-group) multiple
|
User groups allow you to [mention](/help/mention-a-user-or-group) multiple
|
||||||
members at once. When you mention a user group, everyone in the group is
|
users at once. When you mention a user group, everyone in the group is
|
||||||
[notified](/help/pm-mention-alert-notifications) as if they were
|
[notified](/help/pm-mention-alert-notifications) as if they were
|
||||||
individually mentioned.
|
individually mentioned.
|
||||||
|
|
||||||
|
@ -28,7 +28,7 @@ trying to send a group of people a message, you'll want to either
|
||||||
### Modify a user group
|
### Modify a user group
|
||||||
|
|
||||||
Organization administrators can modify any user group. Members can modify
|
Organization administrators can modify any user group. Members can modify
|
||||||
any user group they are a part of.
|
any user group they are a part of. Guests cannot modify user groups.
|
||||||
|
|
||||||
{start_tabs}
|
{start_tabs}
|
||||||
|
|
||||||
|
@ -38,7 +38,7 @@ any user group they are a part of.
|
||||||
|
|
||||||
1. Click on the group name or description to edit.
|
1. Click on the group name or description to edit.
|
||||||
|
|
||||||
1. Add or remove members (including yourself). Click outside the member box
|
1. Add or remove users (including yourself). Click outside the box
|
||||||
to save. Zulip will notify everyone who is added or removed.
|
to save. Zulip will notify everyone who is added or removed.
|
||||||
|
|
||||||
{end_tabs}
|
{end_tabs}
|
||||||
|
|
Loading…
Reference in New Issue