diff --git a/resources/lang/en/texts.php b/resources/lang/en/texts.php index 9fdfa4a999d6..ef743454c7dc 100644 --- a/resources/lang/en/texts.php +++ b/resources/lang/en/texts.php @@ -4178,6 +4178,7 @@ $LANG = array( 'migration_auth_label' => 'Let\'s continue by authenticating.', 'api_secret' => 'API secret', 'migration_api_secret_notice' => 'You can find API_SECRET in the .env file or Invoice Ninja v5. If property is missing, leave field blank.', + 'amount_greater_than_balance_v5' => 'The amount is greater than the invoice balance. You cannot overpay an invoice.', 'billing_coupon_notice' => 'Your discount will be applied on the checkout.', 'use_last_email' => 'Use last email', 'activate_company' => 'Activate Company',