Commit 3f21393c authored by alissonalbuquerque's avatar alissonalbuquerque
Browse files

add traducoes de mensagens de error

parent 6e225512
......@@ -13,8 +13,8 @@ return [
|
*/
'failed' => 'These credentials do not match our records.',
'password' => 'The provided password is incorrect.',
'throttle' => 'Too many login attempts. Please try again in :seconds seconds.',
'failed' => 'Verifique se o e-mail e a senha estão corretos',
'password' => 'A senha fornecida está incorreta.',
'throttle' => 'Muitas tentativas de login incorretas. Por favor tente de novo em :seconds segundos.',
];
......@@ -10,7 +10,7 @@
<x-auth-session-status class="mb-4" :status="session('status')" />
<!-- Validation Errors -->
<x-auth-validation-errors class="mb-4" :errors="$errors" />
<x-auth-validation-errors class="alert alert-danger mb-2" :errors="$errors" />
<form action="{{ route('login') }}" method="POST" class="signin-form d-md-flex">
@csrf
......
......@@ -3,7 +3,7 @@
@if ($errors->any())
<div {{ $attributes }}>
<div class="font-medium text-red-600">
{{ __('Whoops! Something went wrong.') }}
{{ __('Ops! Algo deu errado.') }}
</div>
<ul class="mt-3 list-disc list-inside text-sm text-red-600">
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment