From fda5e626f7b2dc582d8a16e173ed39ff0ef4e597 Mon Sep 17 00:00:00 2001 From: Qiaeru <22643035+qiaeru@users.noreply.github.com> Date: Fri, 14 Aug 2020 11:09:05 +0200 Subject: [PATCH] Add new password rule language line (#151) See: https://github.com/laravel/laravel/commit/050c1d880ec1d48ef40d7a0f2b2f1040c23cebb9 Co-authored-by: Miles Cellar --- extensions/lang-english/locale/validation.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/extensions/lang-english/locale/validation.yml b/extensions/lang-english/locale/validation.yml index 55fe0ed5c..14f3ed928 100644 --- a/extensions/lang-english/locale/validation.yml +++ b/extensions/lang-english/locale/validation.yml @@ -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."