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.
2 parents aefda0c + 7ff917a commit 0869d96Copy full SHA for 0869d96
resources/lang/en/validation.php
@@ -18,7 +18,7 @@
18
'after' => 'The :attribute must be a date after :date.',
19
'after_or_equal' => 'The :attribute must be a date after or equal to :date.',
20
'alpha' => 'The :attribute may only contain letters.',
21
- 'alpha_dash' => 'The :attribute may only contain letters, numbers, and dashes.',
+ 'alpha_dash' => 'The :attribute may only contain letters, numbers, dashes and underscores.',
22
'alpha_num' => 'The :attribute may only contain letters and numbers.',
23
'array' => 'The :attribute must be an array.',
24
'before' => 'The :attribute must be a date before :date.',
0 commit comments