Skip to content

Commit 21c0aed

Browse files
authored
Add a missing dot in translations (laravel#5520)
1 parent 5dd0804 commit 21c0aed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/lang/en/validation.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@
9090
'string' => 'The :attribute must be at least :min characters.',
9191
'array' => 'The :attribute must have at least :min items.',
9292
],
93-
'multiple_of' => 'The :attribute must be a multiple of :value',
93+
'multiple_of' => 'The :attribute must be a multiple of :value.',
9494
'not_in' => 'The selected :attribute is invalid.',
9595
'not_regex' => 'The :attribute format is invalid.',
9696
'numeric' => 'The :attribute must be a number.',

0 commit comments

Comments
 (0)