diff --git a/resources/lang/en/texts.php b/resources/lang/en/texts.php index 5b328d45dc3a..a211f1054657 100644 --- a/resources/lang/en/texts.php +++ b/resources/lang/en/texts.php @@ -4203,6 +4203,7 @@ $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.', 'move_top' => 'Move Top', 'move_up' => 'Move Up', 'move_down' => 'Move Down',