diff options
author | Nikita Potapenko <dev.potapy4@hotmail.com> | 2019-08-28 10:16:25 +0300 |
---|---|---|
committer | Nikita Potapenko <dev.potapy4@hotmail.com> | 2019-08-28 10:16:25 +0300 |
commit | 005989c2c982e930cae5910a0e6ad8c92e5f00fc (patch) | |
tree | 488ada169bad4ecf91605f6caf55ba18de39c53c /doc | |
parent | 96f2b646f05a106c97527981b1f7b192c2724846 (diff) | |
download | gitlab-ce-005989c2c982e930cae5910a0e6ad8c92e5f00fc.tar.gz |
Update user permission name
Diffstat (limited to 'doc')
-rw-r--r-- | doc/user/project/protected_branches.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/user/project/protected_branches.md b/doc/user/project/protected_branches.md index 7a79cdbcaee..7d20cafa3a0 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. |