diff --git a/app/templates/account.hbs b/app/templates/account.hbs index a399806e..4d56874e 100644 --- a/app/templates/account.hbs +++ b/app/templates/account.hbs @@ -25,11 +25,13 @@ {{sync-button user=auth.currentUser}} {{#if user.isSyncing}} - {{#if config.pro}} -

We're only showing your private repositories. You can find your public projects on travis-ci.org.

+ {{#unless config.enterprise}} + {{#if config.pro}} +

We're only showing your private repositories. You can find your public projects on travis-ci.org.

{{else}} -

We're only showing your public repositories. You can find your private projects on travis-ci.com.

- {{/if}} +

We're only showing your public repositories. You can find your private projects on travis-ci.com.

+ {{/if}} + {{/unless}} {{/if}}