Add translation for recurring_invoice_due_date

This commit is contained in:
Benjamin Beganović 2021-06-16 15:54:37 +02:00
parent 5c0c7f70b7
commit a8ea2f9639

View File

@ -4266,6 +4266,7 @@ $LANG = array(
'quote_was_approved' => 'We would like to inform you that quote was approved.',
'company_import_failure_subject' => 'Error importing :company',
'company_import_failure_body' => 'There was an error importing the company data, the error message was:',
'recurring_invoice_due_date' => 'Due Date',
);
return $LANG;