Clarify the admin account sentence in org conversion

This commit is contained in:
Joseph Schorr 2014-01-30 13:11:44 -05:00
parent fd8600b4f1
commit d38c3e8efe

View file

@ -185,7 +185,10 @@
ng-model="org.adminUser" required autofocus> ng-model="org.adminUser" required autofocus>
<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">The username and password for the account that will become administrator of the organization</span> <span class="description">
The username and password for the account that will become administrator of the organization.
Note that this account <b>must already exist</b>.
</span>
</div> </div>
<!-- Plans Table --> <!-- Plans Table -->