diff --git a/resources/lang/en/validation.php b/resources/lang/en/validation.php index 49e3388bc..7a15f4377 100644 --- a/resources/lang/en/validation.php +++ b/resources/lang/en/validation.php @@ -31,6 +31,7 @@ return [ ], 'boolean' => 'The :attribute field must be true or false.', 'confirmed' => 'The :attribute confirmation does not match.', + 'current_password' => 'The password is incorrect.', 'date' => 'The :attribute is not a valid date.', 'date_equals' => 'The :attribute must be a date equal to :date.', 'date_format' => 'The :attribute does not match the format :format.',