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;