Skip to content

Commit

Permalink
Add language line for image dimensions validation rule
Browse files Browse the repository at this point in the history
Signed-off-by: crynobone <crynobone@gmail.com>
  • Loading branch information
themsaid authored and crynobone committed May 26, 2016
1 parent 8adc08f commit d30a4d6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions fixture/resources/lang/en/validation.php
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@
'different' => 'The :attribute and :other must be different.',
'digits' => 'The :attribute must be :digits digits.',
'digits_between' => 'The :attribute must be between :min and :max digits.',
'dimensions' => 'The :attribute has invalid image dimensions.',
'distinct' => 'The :attribute field has a duplicate value.',
'email' => 'The :attribute must be a valid email address.',
'exists' => 'The selected :attribute is invalid.',
Expand Down

0 comments on commit d30a4d6

Please sign in to comment.