From a8ea2f963955369c96e6f4dea37524ac5d1c2824 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Benjamin=20Beganovi=C4=87?= Date: Wed, 16 Jun 2021 15:54:37 +0200 Subject: [PATCH] Add translation for recurring_invoice_due_date --- 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 61543d9c3c01..d333442c5667 100644 --- a/resources/lang/en/texts.php +++ b/resources/lang/en/texts.php @@ -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;