atleast is not a real word

thanks @rob
This commit is contained in:
Girish Ramakrishnan
2020-08-05 10:12:07 -07:00
parent aa240e8ee3
commit 8c8e363abc
5 changed files with 5 additions and 5 deletions

View File

@@ -78,7 +78,7 @@
<div class="form-group" style="margin-bottom: 0;" ng-class="{ 'has-error': ownerForm.password.$dirty && ownerForm.password.$invalid }">
<label class="control-label" for="inputPassword">Password</label>
<input type="password" class="form-control" ng-model="owner.password" id="inputPassword" name="password" placeholder="Password" ng-pattern="/^.{8,}$/" required autocomplete="off" ng-disabled="owner.busy">
<small><span ng-show="ownerForm.password.$dirty && ownerForm.password.$invalid">Password must be atleast 8 characters</span> &nbsp;</small>
<small><span ng-show="ownerForm.password.$dirty && ownerForm.password.$invalid">Password must be at least 8 characters</span> &nbsp;</small>
</div>
</div>
</div>