mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2024-11-10 21:22:58 +01:00
8 lines
308 B
PHP
8 lines
308 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') }}
|