Clarify the admin account sentence in org conversion
This commit is contained in:
parent
fd8600b4f1
commit
d38c3e8efe
1 changed files with 4 additions and 1 deletions
|
@ -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 -->
|
||||||
|
|
Reference in a new issue