We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0296bb6 commit c1587b5Copy full SHA for c1587b5
resources/lang/en/validation.php
@@ -31,6 +31,7 @@
31
],
32
'boolean' => 'The :attribute field must be true or false.',
33
'confirmed' => 'The :attribute confirmation does not match.',
34
+ 'current_password' => 'The password is incorrect.',
35
'date' => 'The :attribute is not a valid date.',
36
'date_equals' => 'The :attribute must be a date equal to :date.',
37
'date_format' => 'The :attribute does not match the format :format.',
0 commit comments