Skip to content

Commit 45b64df

Browse files
authored
fix attribute
1 parent a8de1d8 commit 45b64df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Resources/i18n/en.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
'rule.required' => ':attribute is required',
5252
'rule.requires' => ':attribute requires :fields',
5353
'rule.required_if' => ':attribute is required if :field has a value of :values',
54-
'rule.required_unless' => ':attribute is required if :fields has one of :values',
54+
'rule.required_unless' => ':attribute is required if :field has one of :values',
5555
'rule.required_with' => ':attribute is required with :fields',
5656
'rule.required_with_all' => ':attribute is required with all of :fields',
5757
'rule.required_without' => ':attribute is required when :fields are empty',

0 commit comments

Comments
 (0)