Remove "Quay.io" from the team-view-add dialog

This commit is contained in:
Joseph Schorr 2014-12-10 00:19:56 +02:00
parent 1eae1a87b2
commit 73131e57cc

View file

@ -12,7 +12,7 @@
ng-show="!addingMember"></div>
<div class="quay-spinner" ng-show="addingMember"></div>
<div class="help-text" ng-show="!addingMember">
<span ng-if="allowEmail">Search by Quay.io username, robot account name or enter an email address to invite</span>
<span ng-if="!allowEmail">Search by Quay.io username or robot account name</span>
<span ng-if="allowEmail">Search by registry username, robot account name or enter an email address to invite</span>
<span ng-if="!allowEmail">Search by registry username or robot account name</span>
</div>
</div>