From c1bbd66d174fcd22331458caa1f0af4586220cfa Mon Sep 17 00:00:00 2001 From: Josh Salway Date: Thu, 1 Jul 2021 21:54:37 +1000 Subject: [PATCH] Update validation.php --- resources/lang/en/validation.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.', /*