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;