summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-12-18 16:27:52 +0200
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-12-18 16:27:52 +0200
commit078b3f580e0f2b34d05297a046f8171673790bc9 (patch)
treeed20b0da29394daba34e6f4b1e8a8c075c0e54dc
parent3b0acc9eea5c8e74db9bcb7b46c018ff6ede7e6c (diff)
downloadgitlab-ce-078b3f580e0f2b34d05297a046f8171673790bc9.tar.gz
Rename Services to Project services
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-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'