Skip to content

Commit

Permalink
Add new password rule language line (#151)
Browse files Browse the repository at this point in the history
See: laravel/laravel@050c1d8

Co-authored-by: Miles Cellar <milescellar@users.noreply.github.com>
  • Loading branch information
qiaeru and milescellar committed Aug 14, 2020
1 parent 19f4263 commit 5a071d9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions locale/validation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ validation:
not_in: "The selected :attribute is invalid."
not_regex: "The :attribute format is invalid."
numeric: "The :attribute must be a number."
password: "The password is incorrect."
present: "The :attribute field must be present."
regex: "The :attribute format is invalid."
required: "The :attribute field is required."
Expand Down

0 comments on commit 5a071d9

Please sign in to comment.