Skip to content

Commit c5f6f61

Browse files
authored
Update validation.php (#5637)
1 parent c0363f6 commit c5f6f61

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/lang/en/validation.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@
117117
],
118118
'starts_with' => 'The :attribute must start with one of the following: :values.',
119119
'string' => 'The :attribute must be a string.',
120-
'timezone' => 'The :attribute must be a valid zone.',
120+
'timezone' => 'The :attribute must be a valid timezone.',
121121
'unique' => 'The :attribute has already been taken.',
122122
'uploaded' => 'The :attribute failed to upload.',
123123
'url' => 'The :attribute format is invalid.',

0 commit comments

Comments
 (0)