1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-11-10 05:02:36 +01:00

Add help for email variable

This commit is contained in:
Hillel Coren 2018-02-14 12:45:31 +02:00
parent 7f498b86ff
commit 18d4f647a8
2 changed files with 4 additions and 0 deletions

View File

@ -2745,6 +2745,7 @@ $LANG = array(
'upgrade_to_upload_images' => 'Upgrade to the enterprise plan to upload images',
'delete_image' => 'Delete Image',
'delete_image_help' => 'Warning: deleting the image will remove it from all proposals.',
'amount_variable_help' => 'Note: the invoice $amount field will use the partial/deposit field if set otherwise it will use the invoice balance.',
);

View File

@ -173,6 +173,9 @@
</ul>
@endif
</div>
</div><br/>
<div class="text-muted">
{{ trans('texts.amount_variable_help') }}
</div>
</div>
</div>