From ac547fa9a6139887cf7c3ffbd51cadb0f5b53408 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Benjamin=20Beganovi=C4=87?= Date: Mon, 22 Mar 2021 11:31:57 +0100 Subject: [PATCH] wip --- resources/lang/en/texts.php | 1 + 1 file changed, 1 insertion(+) diff --git a/resources/lang/en/texts.php b/resources/lang/en/texts.php index 163c5dfde43e..311f2c8b26af 100644 --- a/resources/lang/en/texts.php +++ b/resources/lang/en/texts.php @@ -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;