diff --git a/resources/lang/en/validation.php b/resources/lang/en/validation.php index 7a15f437..e4586e53 100644 --- a/resources/lang/en/validation.php +++ b/resources/lang/en/validation.php @@ -117,7 +117,7 @@ ], '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.',