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

@@ -90,7 +90,7 @@
<div class="form-group" ng-class="{ 'has-error': (setupAccountForm.password.$dirty && setupAccountForm.password.$invalid) }">
<label class="control-label">New Password</label>
<div class="control-label" ng-show="setupAccountForm.password.$dirty && setupAccountForm.password.$invalid">
<small ng-show="setupAccountForm.password.$dirty && setupAccountForm.password.$invalid">Password must be atleast 8 characters</small>
<small ng-show="setupAccountForm.password.$dirty && setupAccountForm.password.$invalid">Password must be at least 8 characters</small>
</div>
<input type="password" class="form-control" ng-model="password" name="password" ng-pattern="/^.{8,}$/" required>
</div>