diff --git a/resources/lang/en/validation.php b/resources/lang/en/validation.php index 0ad08aed..7e0cb40f 100644 --- a/resources/lang/en/validation.php +++ b/resources/lang/en/validation.php @@ -112,6 +112,7 @@ 'unique' => 'The :attribute has already been taken.', 'uploaded' => 'The :attribute failed to upload.', 'url' => 'The :attribute format is invalid.', + 'uuid' => 'The :attribute must be a valid UUID.', /* |--------------------------------------------------------------------------