mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
Clarify help texts
This commit is contained in:
parent
8a7c149676
commit
f31b03717d
@ -854,9 +854,9 @@ $LANG = array(
|
|||||||
'website_help' => 'Display the invoice in an iFrame on your own website',
|
'website_help' => 'Display the invoice in an iFrame on your own website',
|
||||||
'invoice_number_help' => 'Specify a prefix or use a custom pattern to dynamically set the invoice number.',
|
'invoice_number_help' => 'Specify a prefix or use a custom pattern to dynamically set the invoice number.',
|
||||||
'quote_number_help' => 'Specify a prefix or use a custom pattern to dynamically set the quote number.',
|
'quote_number_help' => 'Specify a prefix or use a custom pattern to dynamically set the quote number.',
|
||||||
'custom_client_fields_helps' => 'Add a field when creating a client and display the label and value on the PDF.',
|
'custom_client_fields_helps' => 'Add a field when creating a client and optionally display the label and value on the PDF.',
|
||||||
'custom_account_fields_helps' => 'Add a label and value to the company details section of the PDF.',
|
'custom_account_fields_helps' => 'Add a label and value to the company details section of the PDF.',
|
||||||
'custom_invoice_fields_helps' => 'Add a field when creating an invoice and display the label and value on the PDF.',
|
'custom_invoice_fields_helps' => 'Add a field when creating an invoice and optionally display the label and value on the PDF.',
|
||||||
'custom_invoice_charges_helps' => 'Add a field when creating an invoice and include the charge in the invoice subtotals.',
|
'custom_invoice_charges_helps' => 'Add a field when creating an invoice and include the charge in the invoice subtotals.',
|
||||||
'token_expired' => 'Validation token was expired. Please try again.',
|
'token_expired' => 'Validation token was expired. Please try again.',
|
||||||
'invoice_link' => 'Invoice Link',
|
'invoice_link' => 'Invoice Link',
|
||||||
@ -2217,7 +2217,7 @@ $LANG = array(
|
|||||||
'notes_auto_billed' => 'Auto-billed',
|
'notes_auto_billed' => 'Auto-billed',
|
||||||
'surcharge_label' => 'Surcharge Label',
|
'surcharge_label' => 'Surcharge Label',
|
||||||
'contact_fields' => 'Contact Fields',
|
'contact_fields' => 'Contact Fields',
|
||||||
'custom_contact_fields_help' => 'Add a field when creating a contact and display the label and value on the PDF.',
|
'custom_contact_fields_help' => 'Add a field when creating a contact and optionally display the label and value on the PDF.',
|
||||||
'datatable_info' => 'Showing :start to :end of :total entries',
|
'datatable_info' => 'Showing :start to :end of :total entries',
|
||||||
'credit_total' => 'Credit Total',
|
'credit_total' => 'Credit Total',
|
||||||
'mark_billable' => 'Mark billable',
|
'mark_billable' => 'Mark billable',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user