Merge pull request #5215 from beganovich/v5-2203-fix-translations

(v5) Fix translations for the design
This commit is contained in:
Benjamin Beganović 2021-03-22 11:32:24 +01:00 committed by GitHub
commit 0b1834eabb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4201,6 +4201,7 @@ $LANG = array(
'invoice_task_datelog' => 'Invoice Task Datelog',
'invoice_task_datelog_help' => 'Add date details to the invoice line items',
'promo_code' => 'Promo code',
'recurring_invoice_issued_to' => 'Recurring invoice issued to',
);
return $LANG;