From d4bb8094f3188d29556ee57fd2a4a0358ee8aaeb Mon Sep 17 00:00:00 2001 From: Sytse Sijbrandij Date: Fri, 27 Jun 2014 11:20:27 +0200 Subject: [PATCH 1/2] Wording improvement to sharing with groups. --- app/views/projects/group_links/index.html.haml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/views/projects/group_links/index.html.haml b/app/views/projects/group_links/index.html.haml index bf34cca4d1..0561b07bb3 100644 --- a/app/views/projects/group_links/index.html.haml +++ b/app/views/projects/group_links/index.html.haml @@ -1,6 +1,6 @@ -%h3.page_title Share project with groups +%h3.page_title Share project with other groups %p.light - Project can be stored in one group at once. However you can share project with other groups here. + Project can be stored in only one group at once. However you can share a project with other groups here. %hr - if @group_links.present? .enabled-groups.append-bottom-20 From b118e30e9d408cc1ff9433a7c172149817e607f3 Mon Sep 17 00:00:00 2001 From: Sytse Sijbrandij Date: Fri, 27 Jun 2014 11:32:26 +0200 Subject: [PATCH 2/2] Fix spelling mistake. --- app/views/projects/group_links/index.html.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/projects/group_links/index.html.haml b/app/views/projects/group_links/index.html.haml index 0561b07bb3..8f601fecfc 100644 --- a/app/views/projects/group_links/index.html.haml +++ b/app/views/projects/group_links/index.html.haml @@ -1,6 +1,6 @@ %h3.page_title Share project with other groups %p.light - Project can be stored in only one group at once. However you can share a project with other groups here. + Projects can be stored in only one group at once. However you can share a project with other groups here. %hr - if @group_links.present? .enabled-groups.append-bottom-20