We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e417e9 commit cfaf36aCopy full SHA for cfaf36a
src/Illuminate/Translation/lang/en/validation.php
@@ -52,7 +52,7 @@
52
'doesnt_end_with' => 'The :attribute field must not end with one of the following: :values.',
53
'doesnt_start_with' => 'The :attribute field must not start with one of the following: :values.',
54
'email' => 'The :attribute field must be a valid email address.',
55
- 'encoding' => 'The :attribute field must encoded in :encoding.',
+ 'encoding' => 'The :attribute field must be encoded in :encoding.',
56
'ends_with' => 'The :attribute field must end with one of the following: :values.',
57
'enum' => 'The selected :attribute is invalid.',
58
'exists' => 'The selected :attribute is invalid.',
0 commit comments