From 1f5045715e58b6c8376637da40f8abd768ada4d7 Mon Sep 17 00:00:00 2001 From: Miles Cellar Date: Tue, 31 Dec 2019 14:49:26 +0000 Subject: [PATCH] Add new password rule language line See: https://github.com/laravel/laravel/commit/050c1d880ec1d48ef40d7a0f2b2f1040c23cebb9 --- locale/validation.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/locale/validation.yml b/locale/validation.yml index 07936a14..9740297b 100644 --- a/locale/validation.yml +++ b/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."