summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThad Guidry <thadguidry@gmail.com>2019-04-26 15:16:03 +0000
committerThad Guidry <thadguidry@gmail.com>2019-04-26 15:16:03 +0000
commit0feefbeb174cc7007af0cddf2ff25da202ba9555 (patch)
tree110c4bd4115fd60392ecacae87e158c512dbe815
parent0af0e0fb1d6889752fdc710ef1ba736e4e3c8a54 (diff)
downloadgitlab-ce-0feefbeb174cc7007af0cddf2ff25da202ba9555.tar.gz
clarify that "team" means "project" when considered for assignment purposes.
-rw-r--r--doc/user/permissions.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/user/permissions.md b/doc/user/permissions.md
index a340dd063e4..6c54578f5d8 100644
--- a/doc/user/permissions.md
+++ b/doc/user/permissions.md
@@ -11,7 +11,7 @@ project itself, the highest permission level is used.
On public and internal projects the Guest role is not enforced. All users will
be able to create issues, leave comments, and clone or download the project code.
-When a member leaves the team all the assigned [Issues](project/issues/index.md) and [Merge Requests](project/merge_requests/index.md)
+When a member leaves a team's project, all the assigned [Issues](project/issues/index.md) and [Merge Requests](project/merge_requests/index.md)
will be unassigned automatically.
GitLab [administrators](../administration/index.md) receive all permissions.