diff --git a/resources/lang/en/texts.php b/resources/lang/en/texts.php index c11ce00a4972..1f3386326ab2 100644 --- a/resources/lang/en/texts.php +++ b/resources/lang/en/texts.php @@ -854,9 +854,9 @@ $LANG = array( '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.', '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_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.', 'token_expired' => 'Validation token was expired. Please try again.', 'invoice_link' => 'Invoice Link', @@ -2217,7 +2217,7 @@ $LANG = array( 'notes_auto_billed' => 'Auto-billed', 'surcharge_label' => 'Surcharge Label', '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', 'credit_total' => 'Credit Total', 'mark_billable' => 'Mark billable',