Skip to content

Commit cfaf36a

Browse files
authored
Update validation.php (#57834)
1 parent 5e417e9 commit cfaf36a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Illuminate/Translation/lang/en/validation.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
'doesnt_end_with' => 'The :attribute field must not end with one of the following: :values.',
5353
'doesnt_start_with' => 'The :attribute field must not start with one of the following: :values.',
5454
'email' => 'The :attribute field must be a valid email address.',
55-
'encoding' => 'The :attribute field must encoded in :encoding.',
55+
'encoding' => 'The :attribute field must be encoded in :encoding.',
5656
'ends_with' => 'The :attribute field must end with one of the following: :values.',
5757
'enum' => 'The selected :attribute is invalid.',
5858
'exists' => 'The selected :attribute is invalid.',

0 commit comments

Comments
 (0)