Browse Source

Corrige texto na tela de login de colaboradores

master
Guilherme Capanema 6 years ago
parent
commit
0cb8c62fc7
2 changed files with 13 additions and 2 deletions
  1. +11
    -0
      resources/lang/pt-BR/collaborators.php
  2. +2
    -2
      resources/views/livewire/collaborators/auth/login.blade.php

+ 11
- 0
resources/lang/pt-BR/collaborators.php View File

@ -0,0 +1,11 @@
<?php
return [
'model' => 'Colaboradores',
'attributes' => [
'name' => 'Nome completo',
'email' => 'E-mail',
'password' => 'Senha',
'created_at' => 'Cadastro',
],
];

+ 2
- 2
resources/views/livewire/collaborators/auth/login.blade.php View File

@ -14,7 +14,7 @@
<form wire:submit.prevent="authenticate">
<div>
<label for="email" class="block text-sm font-medium text-gray-700 leading-5">
{{ __('users.attributes.email') }}
{{ __('collaborators.attributes.email') }}
</label>
<div class="mt-1 rounded-md shadow-sm">
@ -28,7 +28,7 @@
<div class="mt-6">
<label for="password" class="block text-sm font-medium text-gray-700 leading-5">
{{ __('users.attributes.password') }}
{{ __('collaborators.attributes.password') }}
</label>
<div class="mt-1 rounded-md shadow-sm">