mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2024-11-10 21:22:58 +01:00
Merge pull request #5765 from beganovich/v5-2005-update-contactless-email-title
(v5) Update title for contact passwordless login
This commit is contained in:
commit
5833ddd02f
@ -27,8 +27,6 @@ class ContactPasswordlessLogin extends Mailable
|
||||
*/
|
||||
public $email;
|
||||
|
||||
public $url = 'https://google.com';
|
||||
|
||||
/**
|
||||
* Create a new message instance.
|
||||
*
|
||||
@ -49,6 +47,8 @@ class ContactPasswordlessLogin extends Mailable
|
||||
*/
|
||||
public function build()
|
||||
{
|
||||
return $this->view('email.billing.passwordless-login');
|
||||
return $this
|
||||
->subject(ctrans('texts.account_passwordless_login'))
|
||||
->view('email.billing.passwordless-login');
|
||||
}
|
||||
}
|
||||
|
@ -4251,6 +4251,7 @@ $LANG = array(
|
||||
'download_backup_subject' => 'Your company backup is ready for download',
|
||||
'contact_details' => 'Contact Details',
|
||||
'download_backup_subject' => ':company backup is ready for download',
|
||||
'account_passwordless_login' => 'Account passwordless login',
|
||||
);
|
||||
|
||||
return $LANG;
|
||||
|
Loading…
Reference in New Issue
Block a user