From fc44574c72a4e227e316724f48b71c80a767bb45 Mon Sep 17 00:00:00 2001 From: Jack Date: Wed, 19 Nov 2025 23:33:05 +0000 Subject: [PATCH] Update validation.php --- src/Illuminate/Translation/lang/en/validation.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Illuminate/Translation/lang/en/validation.php b/src/Illuminate/Translation/lang/en/validation.php index 053eb3ae2afa..63ec29a14d65 100644 --- a/src/Illuminate/Translation/lang/en/validation.php +++ b/src/Illuminate/Translation/lang/en/validation.php @@ -52,7 +52,7 @@ 'doesnt_end_with' => 'The :attribute field must not end with one of the following: :values.', 'doesnt_start_with' => 'The :attribute field must not start with one of the following: :values.', 'email' => 'The :attribute field must be a valid email address.', - 'encoding' => 'The :attribute field must encoded in :encoding.', + 'encoding' => 'The :attribute field must be encoded in :encoding.', 'ends_with' => 'The :attribute field must end with one of the following: :values.', 'enum' => 'The selected :attribute is invalid.', 'exists' => 'The selected :attribute is invalid.',