Skip to content

Commit

Permalink
Update validation.php (laravel#5636)
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshSalway authored Jul 1, 2021
1 parent c5f6f61 commit 8665891
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/lang/en/validation.php
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@
'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.',

/*
Expand Down

0 comments on commit 8665891

Please sign in to comment.