summaryrefslogtreecommitdiff
path: root/app/views/layouts/ci/application.html.haml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/layouts/ci/application.html.haml')
-rw-r--r--app/views/layouts/ci/application.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/layouts/ci/application.html.haml b/app/views/layouts/ci/application.html.haml
index 9cc7fb85142..38023468d0b 100644
--- a/app/views/layouts/ci/application.html.haml
+++ b/app/views/layouts/ci/application.html.haml
@@ -2,7 +2,7 @@
%html{ lang: "en"}
= render 'layouts/head'
%body{class: "ci-body #{user_application_theme}", 'data-page' => body_data_page}
- - header_title = "CI Projects"
+ - header_title = "Continuous Integration"
- if current_user
= render "layouts/header/default", title: header_title
- else