Commit 2ae6f17deb4700f4115b4a615f8ca0c5cb03d090

Authored by Sytse Sijbrandij
2 parents c3f088d2 1c46a0d4

Merge pull request #6498 from Nullreff/master

Fix grammar in zero_authorized_projects view
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 »
... ...