Skip to content

Commit fcb7d35

Browse files
authored
Merge pull request laravel#4863 from staudenmeir/validation
[5.7] Add date_equals validation message
2 parents 03ac80b + 5052ab1 commit fcb7d35

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

resources/lang/en/validation.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@
3232
'boolean' => 'The :attribute field must be true or false.',
3333
'confirmed' => 'The :attribute confirmation does not match.',
3434
'date' => 'The :attribute is not a valid date.',
35+
'date_equals' => 'The :attribute must be a date equal to :date.',
3536
'date_format' => 'The :attribute does not match the format :format.',
3637
'different' => 'The :attribute and :other must be different.',
3738
'digits' => 'The :attribute must be :digits digits.',

0 commit comments

Comments
 (0)