mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2024-11-10 05:02:36 +01:00
Added email footer
This commit is contained in:
parent
4d2473dc9f
commit
4f732386eb
@ -349,6 +349,7 @@ return array(
|
|||||||
'specify_colors_label' => 'Select the colors used in the invoice',
|
'specify_colors_label' => 'Select the colors used in the invoice',
|
||||||
|
|
||||||
'chart_builder' => 'Chart Builder',
|
'chart_builder' => 'Chart Builder',
|
||||||
|
'ninja_email_footer' => 'Use :site to invoice your clients and get paid online for free!',
|
||||||
|
|
||||||
);
|
);
|
||||||
|
|
||||||
|
@ -17,5 +17,8 @@
|
|||||||
{{ $accountName }}
|
{{ $accountName }}
|
||||||
@endif
|
@endif
|
||||||
|
|
||||||
|
<p/>
|
||||||
|
{{ trans('texts.ninja_email_footer', ['site' => '<a href="'.SITE_URL.'">Invoice Ninja</a>']) }}
|
||||||
|
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
@ -9,3 +9,6 @@
|
|||||||
{{ trans('texts.email_signature') }}
|
{{ trans('texts.email_signature') }}
|
||||||
{{ $accountName }}
|
{{ $accountName }}
|
||||||
@endif
|
@endif
|
||||||
|
|
||||||
|
{{ trans('texts.ninja_email_footer', ['site' => 'Invoice Ninja']) }}
|
||||||
|
{{ SITE_URL }}
|
@ -16,5 +16,8 @@
|
|||||||
{{ $accountName }}
|
{{ $accountName }}
|
||||||
@endif
|
@endif
|
||||||
|
|
||||||
|
<p/>
|
||||||
|
{{ trans('texts.ninja_email_footer', ['site' => '<a href="'.SITE_URL.'">Invoice Ninja</a>']) }}
|
||||||
|
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
@ -8,3 +8,6 @@
|
|||||||
{{ trans('texts.email_signature') }}
|
{{ trans('texts.email_signature') }}
|
||||||
{{ $accountName }}
|
{{ $accountName }}
|
||||||
@endif
|
@endif
|
||||||
|
|
||||||
|
{{ trans('texts.ninja_email_footer', ['site' => 'Invoice Ninja']) }}
|
||||||
|
{{ SITE_URL }}
|
Loading…
Reference in New Issue
Block a user