From 0cb8c62fc7c6ce48d7df8c8b9f1e54ae9e084ace Mon Sep 17 00:00:00 2001 From: Guilherme Capanema Date: Mon, 8 Jun 2020 15:13:38 -0300 Subject: [PATCH] Corrige texto na tela de login de colaboradores --- resources/lang/pt-BR/collaborators.php | 11 +++++++++++ .../views/livewire/collaborators/auth/login.blade.php | 4 ++-- 2 files changed, 13 insertions(+), 2 deletions(-) create mode 100644 resources/lang/pt-BR/collaborators.php diff --git a/resources/lang/pt-BR/collaborators.php b/resources/lang/pt-BR/collaborators.php new file mode 100644 index 0000000..fce7c5d --- /dev/null +++ b/resources/lang/pt-BR/collaborators.php @@ -0,0 +1,11 @@ + 'Colaboradores', + 'attributes' => [ + 'name' => 'Nome completo', + 'email' => 'E-mail', + 'password' => 'Senha', + 'created_at' => 'Cadastro', + ], +]; diff --git a/resources/views/livewire/collaborators/auth/login.blade.php b/resources/views/livewire/collaborators/auth/login.blade.php index d0abb33..6f1c822 100644 --- a/resources/views/livewire/collaborators/auth/login.blade.php +++ b/resources/views/livewire/collaborators/auth/login.blade.php @@ -14,7 +14,7 @@
@@ -28,7 +28,7 @@