Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
authorDouwe Maan <douwe@gitlab.com>2019-03-21 17:48:40 +0300
committerGitLab Release Tools Bot <robert+release-tools@gitlab.com>2019-03-25 13:53:44 +0300
commit2a4fe8d84f699fd125dbc0f9ee8f304ffdcc641a (patch)
treeb12334b614e57c2aceb53202709bb4089d9ecd17 /app
parentb223a103fa36efe553e37396dfb5ff2cab095876 (diff)
Merge branch '59289-fix-push-to-create-protected-branches' into 'master'
Allow users to create protected branches via CLI Closes #59289 See merge request gitlab-org/gitlab-ce!26413 (cherry picked from commit b36fc6d51d7b70b25be62d3e6a1a2da616975770) 438485ef Allow users to create protected branches via CLI
Diffstat (limited to 'app')
-rw-r--r--app/views/projects/protected_branches/shared/_index.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/projects/protected_branches/shared/_index.html.haml b/app/views/projects/protected_branches/shared/_index.html.haml
index 4997770321e..539b184e5c2 100644
--- a/app/views/projects/protected_branches/shared/_index.html.haml
+++ b/app/views/projects/protected_branches/shared/_index.html.haml
@@ -12,7 +12,7 @@
%p
By default, protected branches are designed to:
%ul
- %li prevent their creation, if not already created, from everybody except users who are allowed to merge
+ %li prevent their creation, if not already created, from everybody except Maintainers
%li prevent pushes from everybody except Maintainers
%li prevent <strong>anyone</strong> from force pushing to the branch
%li prevent <strong>anyone</strong> from deleting the branch