We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c0363f6 commit c5f6f61Copy full SHA for c5f6f61
resources/lang/en/validation.php
@@ -117,7 +117,7 @@
117
],
118
'starts_with' => 'The :attribute must start with one of the following: :values.',
119
'string' => 'The :attribute must be a string.',
120
- 'timezone' => 'The :attribute must be a valid zone.',
+ 'timezone' => 'The :attribute must be a valid timezone.',
121
'unique' => 'The :attribute has already been taken.',
122
'uploaded' => 'The :attribute failed to upload.',
123
'url' => 'The :attribute format is invalid.',
0 commit comments