Fixed spelling in register

This commit is contained in:
Thomas G 2022-06-28 17:31:36 +10:00
parent 884a6460ae
commit 8cb268c82f
1 changed files with 1 additions and 1 deletions

View File

@ -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>