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:
parent
7f498b86ff
commit
18d4f647a8
@ -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.',
|
||||
|
||||
);
|
||||
|
||||
|
@ -173,6 +173,9 @@
|
||||
</ul>
|
||||
@endif
|
||||
</div>
|
||||
</div><br/>
|
||||
<div class="text-muted">
|
||||
{{ trans('texts.amount_variable_help') }}
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
Loading…
Reference in New Issue
Block a user