Fixed spelling in register
This commit is contained in:
parent
884a6460ae
commit
8cb268c82f
|
|
@ -75,7 +75,7 @@
|
|||
<h3>Password</h3>
|
||||
<input id="password" type="password" name="password" required autocomplete="password">
|
||||
<p>Don't reuse passwords, and don't use a simple one!</p>
|
||||
<p>Passwords must be 8 or more charactes, with 1 number and 1 symbol.</p>
|
||||
<p>Passwords must be 8 or more characters, with 1 capital letter, 1 symbol and 1 number.</p>
|
||||
@error('password')
|
||||
<div class="invalid-feedback" style="color:red">
|
||||
<strong>{{ $message }}</strong>
|
||||
|
|
|
|||
Loading…
Reference in New Issue