From dd2d10a54f169f203af2ceb269a8148747b01c26 Mon Sep 17 00:00:00 2001 From: David Bomba Date: Wed, 14 Apr 2021 07:22:57 +1000 Subject: [PATCH] Update translations --- resources/lang/en/texts.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/resources/lang/en/texts.php b/resources/lang/en/texts.php index 311f2c8b26af..50a01702034d 100644 --- a/resources/lang/en/texts.php +++ b/resources/lang/en/texts.php @@ -4202,6 +4202,8 @@ $LANG = array( 'invoice_task_datelog_help' => 'Add date details to the invoice line items', 'promo_code' => 'Promo code', 'recurring_invoice_issued_to' => 'Recurring invoice issued to', + 'amount_greater_than_balance_v5' => 'The amount is greater than the invoice balance. You cannot overpay an invoice.', + ); return $LANG;