Skip to content

Commit

Permalink
[en]: Fixed password translation
Browse files Browse the repository at this point in the history
  • Loading branch information
andrey-helldar authored Nov 3, 2024
1 parent 66ec024 commit 999f1dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion locales/en/php.json
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@
"not_in": "The :attribute field must not be in the list.",
"not_regex": "The :attribute format is invalid.",
"numeric": "The :attribute must be a number.",
"password": "The password is incorrect.",
"password": "The provided password is incorrect.",
"password.letters": "The :attribute field must contain at least one letter.",
"password.mixed": "The :attribute field must contain at least one uppercase and one lowercase letter.",
"password.numbers": "The :attribute field must contain at least one number.",
Expand Down

0 comments on commit 999f1dd

Please sign in to comment.