Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit d6043cb

Browse files
committed
Fixed pt-BR "required_unless"
1 parent 1e7a0b7 commit d6043cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pt-BR/validation.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
'regex' => 'O formato do valor para o campo :attribute é inválido.',
6161
'required' => 'O campo :attribute é obrigatório.',
6262
'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.',
6464
'required_with' => 'O campo :attribute é obrigatório quando :values está presente.',
6565
'required_with_all' => 'O campo :attribute é obrigatório quando um dos :values está presente.',
6666
'required_without' => 'O campo :attribute é obrigatório quanto :values não está presente.',

0 commit comments

Comments
 (0)