File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 60
60
'regex ' => 'O formato do valor para o campo :attribute é inválido. ' ,
61
61
'required ' => 'O campo :attribute é obrigatório. ' ,
62
62
'required_if ' => 'O campo :attribute é obrigatório quando o valor do campo :other é igual a :value. ' ,
63
- 'required_unless ' => 'O campo :attribute é obrigatório a menos que :other esteja presente em :value . ' ,
63
+ 'required_unless ' => 'O campo :attribute é obrigatório a menos que :other esteja presente em :values . ' ,
64
64
'required_with ' => 'O campo :attribute é obrigatório quando :values está presente. ' ,
65
65
'required_with_all ' => 'O campo :attribute é obrigatório quando um dos :values está presente. ' ,
66
66
'required_without ' => 'O campo :attribute é obrigatório quanto :values não está presente. ' ,
You can’t perform that action at this time.
0 commit comments