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