summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--app/views/projects/services/index.html.haml4
-rw-r--r--features/steps/project/project_services.rb2
2 files changed, 3 insertions, 3 deletions
diff --git a/app/views/projects/services/index.html.haml b/app/views/projects/services/index.html.haml
index 9543d97b7f7..7271dd830ca 100644
--- a/app/views/projects/services/index.html.haml
+++ b/app/views/projects/services/index.html.haml
@@ -1,5 +1,5 @@
-%h3.page-title Services
-%p.light Services allow you to integrate GitLab with other applications
+%h3.page-title Project services
+%p.light Project services allow you to integrate GitLab with other applications
%hr
%ul.bordered-list
diff --git a/features/steps/project/project_services.rb b/features/steps/project/project_services.rb
index 549968dce55..54b3f18e084 100644
--- a/features/steps/project/project_services.rb
+++ b/features/steps/project/project_services.rb
@@ -8,7 +8,7 @@ class ProjectServices < Spinach::FeatureSteps
end
step 'I should see list of available services' do
- page.should have_content 'Services'
+ page.should have_content 'Project services'
page.should have_content 'Campfire'
page.should have_content 'Hipchat'
page.should have_content 'GitLab CI'