This commit is contained in:
Ubuntu 2023-04-27 21:14:14 +00:00
commit 7e8075a2e0
2 changed files with 5 additions and 7 deletions

View File

@ -27,6 +27,6 @@ class ResetPassword extends Mailable
*/
public function build()
{
return $this->subject("Reset Password")->markdown('emails.password');
return $this->subject("Recuperação de Senha")->markdown('emails.password');
}
}

View File

@ -1,11 +1,9 @@
@component('mail::message')
# Introduction
# Recuperação de senha
The body of your message.
O seu código de recuperação de senha é <h4>{{$pin}}</h4>
<p>Por favor, não compartilhe o código com ninguém.</p>
Your six-digit PIN is <h4>{{$pin}}</h4>
<p>Please do not share your One Time Pin With Anyone. You made a request to reset your password. Please discard if this wasn't you.</p>
Thanks,<br>
Agradecido,<br>
{{ config('app.name') }}
@endcomponent