Update validation.php (#5636)

This commit is contained in:
Josh Salway
2021-07-01 23:38:06 +10:00
committed by GitHub
parent c5f6f6187c
commit 8665891284

View File

@@ -120,7 +120,7 @@ return [
'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.',
/*