diff --git a/app/templates/home.hbs b/app/templates/home.hbs index 29429343..52fb4431 100644 --- a/app/templates/home.hbs +++ b/app/templates/home.hbs @@ -2,8 +2,8 @@
-

Test and deploy with confidence

-

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

+

Test and Deploy with Confidence

+

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

Sign Up
@@ -108,10 +108,10 @@

Test your pull requests

-

Make sure every Pull Request to your project is tested before merging.

+

Make sure every pull request to your project is tested before merging.

-

Deploy to s3 and Heroku

+

Deploy to S3 and Heroku

Updating staging or production as soon as your tests pass has never been easier!

@@ -126,7 +126,7 @@
  • Run your tests in parallel
  • Linux and Mac (and iOS) supported
  • Great API and command line tool
  • -
  • Did we say Free for Open Source already?
  • +
  • Did we say free for Open Source already?
  • @@ -139,7 +139,7 @@
    -

    You push your
    code to github

    +

    You push your
    code to GitHub

    @@ -147,7 +147,7 @@
    -

    github triggers
    Travis CI to build

    +

    GitHub triggers
    Travis CI to build

    @@ -171,10 +171,10 @@
    -

    Travis CI tells the
    team all is good

    +

    Travis CI tells the
    team all is well

    -

    Pull Request build flow

    +

    Pull request build flow

    @@ -186,7 +186,7 @@
    -

    github tells Travis CI the build is mergeable

    +

    GitHub tells Travis CI the build is mergeable

    diff --git a/waiter/lib/travis/web/app.rb b/waiter/lib/travis/web/app.rb index dd50fe42..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 in confidence" + default_title = "Travis CI - Test and Deploy Your Code with Confidence" ENV['SITE_TITLE'] || default_title end