From 1ea351916efb0e6d96c5761996fcd361dee4630c Mon Sep 17 00:00:00 2001 From: Dries Vints Date: Fri, 17 Dec 2021 15:40:10 +0100 Subject: [PATCH] Update validation.php (#5753) --- 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 ba42c8d9..f4961e00 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.',