Skip to content

Commit 0d762a2

Browse files
committed
Merge pull request laravel#3775 from themsaid/dimensions-lang-line
Add language line for image dimensions validation rule
2 parents f8cddc0 + da64a01 commit 0d762a2

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
@@ -34,6 +34,7 @@
3434
'different' => 'The :attribute and :other must be different.',
3535
'digits' => 'The :attribute must be :digits digits.',
3636
'digits_between' => 'The :attribute must be between :min and :max digits.',
37+
'dimensions' => 'The :attribute has invalid image dimensions.',
3738
'distinct' => 'The :attribute field has a duplicate value.',
3839
'email' => 'The :attribute must be a valid email address.',
3940
'exists' => 'The selected :attribute is invalid.',

0 commit comments

Comments
 (0)