diff options
author | Ryan Mendivil <rsmendivil@gmail.com> | 2014-03-08 10:33:28 -0900 |
---|---|---|
committer | Ryan Mendivil <rsmendivil@gmail.com> | 2014-03-08 10:33:28 -0900 |
commit | 1c46a0d471d167d11082e883c75a82272205d55b (patch) | |
tree | 4d4deaac0f4de42cbbec5c0544a8cc19d927db55 | |
parent | c3f088d2610b83d06091aa9fdbbb8e0cc3ea8ca3 (diff) | |
download | gitlab-ce-1c46a0d471d167d11082e883c75a82272205d55b.tar.gz |
Fix grammar in zero_authorized_projects view
-rw-r--r-- | app/views/dashboard/_zero_authorized_projects.html.haml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/dashboard/_zero_authorized_projects.html.haml b/app/views/dashboard/_zero_authorized_projects.html.haml index 79d5dca8845..bb62a1c24fc 100644 --- a/app/views/dashboard/_zero_authorized_projects.html.haml +++ b/app/views/dashboard/_zero_authorized_projects.html.haml @@ -29,7 +29,7 @@ %p.slead You can create a group for several dependent projects. %br - Group is the best way to manage projects and members + Groups are the best way to manage projects and members .link_holder = link_to new_group_path, class: "btn btn-new" do New group ยป |