Skip to content

Commit

Permalink
feat: sync with laravel 9
Browse files Browse the repository at this point in the history
sha: 52e99847d0e97ab87b53182d4beb1c091896b5c0
  • Loading branch information
Mohammad-Alavi committed Apr 28, 2022
1 parent 53a62ae commit a82fe2d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lang/en/validation.php
Original file line number Diff line number Diff line change
Expand Up @@ -101,10 +101,10 @@
'not_regex' => 'The :attribute format is invalid.',
'numeric' => 'The :attribute must be a number.',
'password' => [
'mixed' => 'The :attribute must contain at least one uppercase and one lowercase letter.',
'letters' => 'The :attribute must contain at least one letter.',
'symbols' => 'The :attribute must contain at least one symbol.',
'mixed' => 'The :attribute must contain at least one uppercase and one lowercase letter.',
'numbers' => 'The :attribute must contain at least one number.',
'symbols' => 'The :attribute must contain at least one symbol.',
'uncompromised' => 'The given :attribute has appeared in a data leak. Please choose a different :attribute.',
],
'present' => 'The :attribute field must be present.',
Expand Down

0 comments on commit a82fe2d

Please sign in to comment.