mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2024-11-10 13:12:50 +01:00
11 lines
252 B
PHP
11 lines
252 B
PHP
|
{!! trans('texts.email_salutation', ['name' => $userName]) !!}
|
||
|
|
||
|
{!! trans("texts.security_code_email_line1") !!}
|
||
|
|
||
|
{!! $code !!}
|
||
|
|
||
|
{!! trans("texts.security_code_email_line2") !!}
|
||
|
|
||
|
{!! trans('texts.email_signature') !!}
|
||
|
{!! trans('texts.email_from') !!}
|