Remove "Quay.io" from the team-view-add dialog
This commit is contained in:
parent
1eae1a87b2
commit
73131e57cc
1 changed files with 2 additions and 2 deletions
|
@ -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>
|
||||
|
|
Reference in a new issue