|
|
|
@ -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"> |
|
|
|
|