mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2024-11-10 05:02:36 +01:00
9 lines
367 B
PHP
9 lines
367 B
PHP
{!! trans('texts.email_salutation', ['name' => $userName]) !!}
|
|
|
|
{!! trans("texts.notification_{$entityType}_sent", ['amount' => $invoiceAmount, 'client' => $clientName, 'invoice' => $invoiceNumber]) !!}
|
|
|
|
{!! trans('texts.email_signature') !!}
|
|
{!! trans('texts.email_from') !!}
|
|
|
|
{!! trans('texts.user_email_footer', ['link' => URL::to('/settings/notifications')]) !!}
|