mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04: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',
|
'upgrade_to_upload_images' => 'Upgrade to the enterprise plan to upload images',
|
||||||
'delete_image' => 'Delete Image',
|
'delete_image' => 'Delete Image',
|
||||||
'delete_image_help' => 'Warning: deleting the image will remove it from all proposals.',
|
'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>
|
</ul>
|
||||||
@endif
|
@endif
|
||||||
</div>
|
</div>
|
||||||
|
</div><br/>
|
||||||
|
<div class="text-muted">
|
||||||
|
{{ trans('texts.amount_variable_help') }}
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user