From af8a567a6386fdb0c08644ca87e98999da6e3146 Mon Sep 17 00:00:00 2001 From: Alfredo Sumaran Date: Fri, 5 Aug 2016 11:39:32 -0500 Subject: [PATCH] Fix spelling. `braches` to `branches` --- app/views/projects/protected_branches/_branches_list.html.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)