Add new password rule language line (#151)

See: 050c1d880e

Co-authored-by: Miles Cellar <milescellar@users.noreply.github.com>
This commit is contained in:
Qiaeru 2020-08-14 11:09:05 +02:00 committed by GitHub
parent 4888bedbfe
commit fda5e626f7

View File

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