diff --git a/resources/lang/en/validation.php b/resources/lang/en/validation.php index e4586e53728..6100f808032 100644 --- a/resources/lang/en/validation.php +++ b/resources/lang/en/validation.php @@ -120,7 +120,7 @@ 'timezone' => 'The :attribute must be a valid timezone.', 'unique' => 'The :attribute has already been taken.', 'uploaded' => 'The :attribute failed to upload.', - 'url' => 'The :attribute format is invalid.', + 'url' => 'The :attribute must be a valid URL.', 'uuid' => 'The :attribute must be a valid UUID.', /*