diff --git a/resources/lang/en/validation.php b/resources/lang/en/validation.php index 7a15f437717..6c7cdc09ed9 100644 --- a/resources/lang/en/validation.php +++ b/resources/lang/en/validation.php @@ -120,7 +120,7 @@ 'timezone' => 'The :attribute must be a valid zone.', '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.', /*