From 437e0a989529270b2bd5e29ee23dfb857297d022 Mon Sep 17 00:00:00 2001 From: Dries Vints Date: Fri, 17 Dec 2021 12:19:23 +0100 Subject: [PATCH] Update validation.php --- resources/lang/en/validation.php | 1 + 1 file changed, 1 insertion(+) diff --git a/resources/lang/en/validation.php b/resources/lang/en/validation.php index ba42c8d93b0..f4961e00b20 100644 --- a/resources/lang/en/validation.php +++ b/resources/lang/en/validation.php @@ -45,6 +45,7 @@ 'distinct' => 'The :attribute field has a duplicate value.', 'email' => 'The :attribute must be a valid email address.', 'ends_with' => 'The :attribute must end with one of the following: :values.', + 'enum' => 'The selected :attribute is invalid.', 'exists' => 'The selected :attribute is invalid.', 'file' => 'The :attribute must be a file.', 'filled' => 'The :attribute field must have a value.',