diff --git a/assets/scripts/app/templates/account.hbs b/assets/scripts/app/templates/account.hbs index 675191a8..05e13dd4 100644 --- a/assets/scripts/app/templates/account.hbs +++ b/assets/scripts/app/templates/account.hbs @@ -1,11 +1,10 @@

- {{#if showPrivateReposHint}} - We're only showing your public repositories below. - You can find your private projects on travis-ci.com. - {{/if}} - {{#if showPublicReposHint}} + {{#if config.pro}} We're only showing your private repositories below. You can find your public projects on travis-ci.org. + {{else}} + We're only showing your public repositories below. + You can find your private projects on travis-ci.com. {{/if}}