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