mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
app/Mail/ClientContact/ClientContactResetPasswordObject.php
This commit is contained in:
parent
0757cbddda
commit
d3fcb77e49
@ -34,7 +34,7 @@ class ClientContactResetPasswordObject
|
|||||||
|
|
||||||
$data = [
|
$data = [
|
||||||
'title' => ctrans('texts.your_password_reset_link'),
|
'title' => ctrans('texts.your_password_reset_link'),
|
||||||
'message' => ctrans('texts.reset_password'),
|
'content' => ctrans('texts.reset_password'),
|
||||||
'url' => route('client.password.reset', ['token' => $this->token, 'email' => $this->client_contact->email]),
|
'url' => route('client.password.reset', ['token' => $this->token, 'email' => $this->client_contact->email]),
|
||||||
'button' => ctrans('texts.reset'),
|
'button' => ctrans('texts.reset'),
|
||||||
'signature' => $this->company->settings->email_signature,
|
'signature' => $this->company->settings->email_signature,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user