Commit 1c46a0d471d167d11082e883c75a82272205d55b
1 parent
c3f088d2
Exists in
spb-stable
and in
3 other branches
Fix grammar in zero_authorized_projects view
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
app/views/dashboard/_zero_authorized_projects.html.haml
... | ... | @@ -29,7 +29,7 @@ |
29 | 29 | %p.slead |
30 | 30 | You can create a group for several dependent projects. |
31 | 31 | %br |
32 | - Group is the best way to manage projects and members | |
32 | + Groups are the best way to manage projects and members | |
33 | 33 | .link_holder |
34 | 34 | = link_to new_group_path, class: "btn btn-new" do |
35 | 35 | New group » | ... | ... |