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)