Skip to content

Commit 9b61e2b

Browse files
authored
uses serial / oxford comma (#45990)
1 parent 784a80a commit 9b61e2b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Illuminate/Translation/lang/en/validation.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
'after' => 'The :attribute field must be a date after :date.',
2020
'after_or_equal' => 'The :attribute field must be a date after or equal to :date.',
2121
'alpha' => 'The :attribute field must only contain letters.',
22-
'alpha_dash' => 'The :attribute field must only contain letters, numbers, dashes and underscores.',
22+
'alpha_dash' => 'The :attribute field must only contain letters, numbers, dashes, and underscores.',
2323
'alpha_num' => 'The :attribute field must only contain letters and numbers.',
2424
'array' => 'The :attribute field must be an array.',
2525
'ascii' => 'The :attribute field must only contain single-byte alphanumeric characters and symbols.',

0 commit comments

Comments
 (0)