Fix spelling. `braches` to `branches`

This commit is contained in:
Alfredo Sumaran 2016-08-05 11:39:32 -05:00
parent 0e730a14a1
commit af8a567a63
1 changed files with 1 additions and 1 deletions

View File

@ -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)