Skip to content

Commit 93c6874

Browse files
jasonmccrearytaylorotwell
authored andcommitted
Add ends_with validation message (laravel#5020)
1 parent fbd3ad7 commit 93c6874

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
@@ -40,6 +40,7 @@
4040
'dimensions' => 'The :attribute has invalid image dimensions.',
4141
'distinct' => 'The :attribute field has a duplicate value.',
4242
'email' => 'The :attribute must be a valid email address.',
43+
'ends_with' => 'The :attribute must end with one of the following: :values',
4344
'exists' => 'The selected :attribute is invalid.',
4445
'file' => 'The :attribute must be a file.',
4546
'filled' => 'The :attribute field must have a value.',

0 commit comments

Comments
 (0)