Skip to content

Commit

Permalink
add 'multiple_of' translation (#5449)
Browse files Browse the repository at this point in the history
  • Loading branch information
timacdonald committed Oct 16, 2020
1 parent 6bfe683 commit 8d3ca07
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions resources/lang/en/validation.php
Expand Up @@ -90,6 +90,7 @@
'string' => 'The :attribute must be at least :min characters.',
'array' => 'The :attribute must have at least :min items.',
],
'multiple_of' => 'The :attribute must be a multiple of :value',
'not_in' => 'The selected :attribute is invalid.',
'not_regex' => 'The :attribute format is invalid.',
'numeric' => 'The :attribute must be a number.',
Expand Down

0 comments on commit 8d3ca07

Please sign in to comment.