summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAchilleas Pipinellis <axil@gitlab.com>2019-09-05 16:11:54 +0000
committerAchilleas Pipinellis <axil@gitlab.com>2019-09-05 16:11:54 +0000
commit2f77ea1e87eca5981c6a8140b5cf2d53d5531f3f (patch)
tree0f1c66619cc717a24c38e79f93bb674aa7aeae68
parent0b43cf89e9c078d5e525c298152b98d3098d0f4a (diff)
parent005989c2c982e930cae5910a0e6ad8c92e5f00fc (diff)
downloadgitlab-ce-2f77ea1e87eca5981c6a8140b5cf2d53d5531f3f.tar.gz
Merge branch 'update_user_group_name' into 'master'
Update user permission group name Closes #65975 See merge request gitlab-org/gitlab-ce!32321
-rw-r--r--doc/user/project/protected_branches.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/user/project/protected_branches.md b/doc/user/project/protected_branches.md
index 8423b962948..895c8ac88e7 100644
--- a/doc/user/project/protected_branches.md
+++ b/doc/user/project/protected_branches.md
@@ -15,7 +15,7 @@ By default, a protected branch does four simple things:
- It prevents its creation, if not already created, from everybody except users
with Maintainer permission.
-- It prevents pushes from everybody except users with Maintainer permission.
+- It prevents pushes from everybody except users with **Allowed** permission.
- It prevents **anyone** from force pushing to the branch.
- It prevents **anyone** from deleting the branch.