Make the messaging around conversion even clearer.

This commit is contained in:
yackob03 2014-01-30 16:06:48 -05:00
parent 19545d580c
commit f908791154

View file

@ -186,8 +186,9 @@
<input id="adminPassword" name="adminPassword" type="password" class="form-control" placeholder="Admin Password" <input id="adminPassword" name="adminPassword" type="password" class="form-control" placeholder="Admin Password"
ng-model="org.adminPassword" required> ng-model="org.adminPassword" required>
<span class="description"> <span class="description">
The username and password for the account that will become administrator of the organization. The username and password for the account that will become an administrator of the organization.
Note that this account <b>must already exist</b>. Note that this account <b>must be a separate Quay.io account</b> from the account that you are
trying to convert, and <b>must already exist</b>.
</span> </span>
</div> </div>