summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlfredo Sumaran <alfredo@gitlab.com>2016-08-05 11:39:32 -0500
committerAlfredo Sumaran <alfredo@gitlab.com>2016-08-05 17:19:01 -0500
commitaf8a567a6386fdb0c08644ca87e98999da6e3146 (patch)
treefad033c4941c3087499adc64e83d393952a41f02
parent0e730a14a108dac05b25783427e8f299b0db4adc (diff)
downloadgitlab-ce-af8a567a6386fdb0c08644ca87e98999da6e3146.tar.gz
Fix spelling. `braches` to `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)