From 866589128430c55385cb13ddae0061c628245be2 Mon Sep 17 00:00:00 2001 From: Josh Salway Date: Thu, 1 Jul 2021 23:38:06 +1000 Subject: [PATCH] Update validation.php (#5636) --- 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 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.', /*