From c5f6f6187c24e160309df372b98d20380b786784 Mon Sep 17 00:00:00 2001 From: Josh Salway Date: Thu, 1 Jul 2021 23:37:19 +1000 Subject: [PATCH] Update validation.php (#5637) --- 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 7a15f4377..e4586e537 100644 --- a/resources/lang/en/validation.php +++ b/resources/lang/en/validation.php @@ -117,7 +117,7 @@ return [ ], 'starts_with' => 'The :attribute must start with one of the following: :values.', 'string' => 'The :attribute must be a string.', - 'timezone' => 'The :attribute must be a valid zone.', + '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.',