Skip to content

Commit 8665891

Browse files
authored
Update validation.php (laravel#5636)
1 parent c5f6f61 commit 8665891

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
@@ -120,7 +120,7 @@
120120
'timezone' => 'The :attribute must be a valid timezone.',
121121
'unique' => 'The :attribute has already been taken.',
122122
'uploaded' => 'The :attribute failed to upload.',
123-
'url' => 'The :attribute format is invalid.',
123+
'url' => 'The :attribute must be a valid URL.',
124124
'uuid' => 'The :attribute must be a valid UUID.',
125125

126126
/*

0 commit comments

Comments
 (0)