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
diff options
context:
space:
mode:
authorAlfredo Sumaran <alfredo@gitlab.com>2016-08-05 19:39:32 +0300
committerAlfredo Sumaran <alfredo@gitlab.com>2016-08-06 01:19:01 +0300
commitaf8a567a6386fdb0c08644ca87e98999da6e3146 (patch)
treefad033c4941c3087499adc64e83d393952a41f02 /app/views/projects/protected_branches
parent0e730a14a108dac05b25783427e8f299b0db4adc (diff)
Fix spelling. `braches` to `branches`
Diffstat (limited to 'app/views/projects/protected_branches')
-rw-r--r--app/views/projects/protected_branches/_branches_list.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/projects/protected_branches/_branches_list.html.haml b/app/views/projects/protected_branches/_branches_list.html.haml
index 777e96c073f..4e6d432f8fa 100644
--- a/app/views/projects/protected_branches/_branches_list.html.haml
+++ b/app/views/projects/protected_branches/_branches_list.html.haml
@@ -3,7 +3,7 @@
.panel-heading
%b Protected branch (#{@protected_branches.size})
%p.settings-message.text-center
- There are currently no protected braches, protect a branch with the form above.
+ There are currently no protected branches, protect a branch with the form above.
- else
- can_admin_project = can?(current_user, :admin_project, @project)