diff --git a/lang/en/validation.php b/lang/en/validation.php index 4707f1a6..397f78e2 100644 --- a/lang/en/validation.php +++ b/lang/en/validation.php @@ -100,7 +100,6 @@ return [ '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.', 'prohibited' => 'The :attribute field is prohibited.', 'prohibited_if' => 'The :attribute field is prohibited when :other is :value.',