1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-09-20 16:31:33 +02:00

Merge pull request #6047 from beganovich/v5-fixes-for-translations

Add translation for recurring_invoice_due_date
This commit is contained in:
Benjamin Beganović 2021-06-16 15:55:30 +02:00 committed by GitHub
commit 03cbabca3b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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;