diff --git a/assets/scripts/app/templates/first_sync.hbs b/assets/scripts/app/templates/first_sync.hbs index 2e5534a6..b63a8a09 100644 --- a/assets/scripts/app/templates/first_sync.hbs +++ b/assets/scripts/app/templates/first_sync.hbs @@ -1,9 +1,31 @@ -This is the first time you log in to Travis and we're still syncing your repositories. +
+ We're almost done getting you on board, just a few more seconds as we talk to GitHub to find out which + repositories belong to you. +
+ ++ If you're part of an organization that already has repositories set up on Travis CI, we'll take you to the list + once we're done. +
+ ++ If this is your first time on Travis CI, and you're not part of any existing organizations yet, we'll take you to + a handy getting started guide to get you off the ground quickly. +
+ ++ Now hold tight while we sync the last bits from GitHub, we should be done here any minute now. +
+ + {{#if isSyncing}} + --- big indicator --- + {{else}} ++ We've successfully synchronized your details from GitHub. Now {{#linkTo "index.current"}}go get started!{{/linkTo}} +
+ {{/if}} +