From 6ac359d26de9daf0d4dc41e09df77759f1a1b507 Mon Sep 17 00:00:00 2001 From: Piotr Sarnacki Date: Tue, 7 Apr 2015 14:44:54 +0200 Subject: [PATCH] Change default page title --- waiter/lib/travis/web/app.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/waiter/lib/travis/web/app.rb b/waiter/lib/travis/web/app.rb index bf5ba49a..dd50fe42 100644 --- a/waiter/lib/travis/web/app.rb +++ b/waiter/lib/travis/web/app.rb @@ -169,7 +169,7 @@ class Travis::Web::App end def title - default_title = "Travis CI - Free Hosted Continuous Integration Platform for the Open Source Community" + default_title = "Travis CI - Test and deploy your code in confidence" ENV['SITE_TITLE'] || default_title end