diff --git a/app/views/admin/projects/show.html.haml b/app/views/admin/projects/show.html.haml
index 72317bb8efe..efd2807b235 100644
--- a/app/views/admin/projects/show.html.haml
+++ b/app/views/admin/projects/show.html.haml
@@ -77,8 +77,8 @@
- if @group
.ui-box
.title
- %strong #{@group.name} Group
- members (#{@group.users_groups.count})
+ %strong #{@group.name}
+ group members (#{@group.users_groups.count})
.pull-right
= link_to admin_group_path(@group), class: 'btn btn-small' do
%i.icon-edit
@@ -88,7 +88,7 @@
.ui-box
.title
- Team
+ Project members
%small
(#{@project.users.count})
.pull-right