Improve the error message for when a new org name doesn't pass the regex.
This commit is contained in:
parent
bd47b9adf4
commit
b9a5e355eb
2 changed files with 5 additions and 2 deletions
|
@ -54,7 +54,7 @@
|
|||
<label for="orgName">Organization Name</label>
|
||||
<input id="orgName" name="orgName" type="text" class="form-control" placeholder="Organization Name"
|
||||
ng-model="org.name" required autofocus data-trigger="manual" data-content="{{ createError }}"
|
||||
data-placement="right">
|
||||
data-placement="right" data-container="body">
|
||||
<span class="description">This will also be the namespace for your repositories</span>
|
||||
</div>
|
||||
|
||||
|
|
Reference in a new issue