diff --git a/locales/pt_BR/php.json b/locales/pt_BR/php.json index a7cef7ab456..ebd5afac596 100644 --- a/locales/pt_BR/php.json +++ b/locales/pt_BR/php.json @@ -114,7 +114,7 @@ "required_array_keys": "O campo :attribute deve conter entradas para: :values", "required_if": "O campo :attribute é obrigatório quando o valor do campo :other é igual a :value.", "required_if_accepted": "O campo :attribute é obrigatório quando :other é aceito.", - "required_if_declined": "O campo :attribute é obrigatório quando :other não for informado.", + "required_if_declined": "O campo :attribute é obrigatório quando :other não for informado.", "required_unless": "O campo :attribute é obrigatório a menos que :other esteja presente em :values.", "required_with": "O campo :attribute é obrigatório quando :values está presente.", "required_with_all": "O campo :attribute é obrigatório quando um dos :values está presente.",