Added invalid login translated message in backend lang file (#3994)
Credit to @felipe-alves-reis
This commit is contained in:
parent
db7610d5c4
commit
23817c363c
|
|
@ -3,6 +3,7 @@
|
|||
return [
|
||||
'auth' => [
|
||||
'title' => 'Área Administrativa',
|
||||
'invalid_login' => 'Os dados digitados não correspondem aos nossos registros. Por favor, verifique e tente novamente.'
|
||||
],
|
||||
'field' => [
|
||||
'invalid_type' => 'Tipo de campo inválido :type.',
|
||||
|
|
|
|||
Loading…
Reference in New Issue