From 64aa0f60ab29c97933d5e2f2b2890468a8e1be2d Mon Sep 17 00:00:00 2001 From: Piotr Sarnacki Date: Wed, 8 Apr 2015 10:23:49 +0200 Subject: [PATCH] Update default page title and tag line on landing page --- app/templates/home.hbs | 2 +- waiter/lib/travis/web/app.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/templates/home.hbs b/app/templates/home.hbs index 68e4e1bb..52fb4431 100644 --- a/app/templates/home.hbs +++ b/app/templates/home.hbs @@ -3,7 +3,7 @@

Test and Deploy with Confidence

-

Easily sync projects with GitHub
and you’ll be testing your code in minutes!

+

Easily sync your GitHub projects with Travis CI
and you’ll be testing your code in minutes!

Sign Up
diff --git a/waiter/lib/travis/web/app.rb b/waiter/lib/travis/web/app.rb index 011e7d72..633fabd5 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 - Test and deploy your code with confidence" + default_title = "Travis CI - Test and Deploy Your Code with Confidence" ENV['SITE_TITLE'] || default_title end