diff --git a/resources/lang/en-GB/invoices.php b/resources/lang/en-GB/invoices.php index 56a0e496d..49e8440d1 100644 --- a/resources/lang/en-GB/invoices.php +++ b/resources/lang/en-GB/invoices.php @@ -43,6 +43,7 @@ return [ 'get_paid' => 'Get Paid', 'accept_payments' => 'Accept Online Payments', 'payments_received' => 'Payments received', + 'over_payment' => 'The amount you entered passes the total: :amount', 'form_description' => [ 'billing' => 'Billing details appear in your invoice. Invoice Date is used in the dashboard and reports. Select the date you expect to get paid as the Due Date.', diff --git a/resources/views/modals/documents/payment.blade.php b/resources/views/modals/documents/payment.blade.php index b172cc806..5a01e43d9 100644 --- a/resources/views/modals/documents/payment.blade.php +++ b/resources/views/modals/documents/payment.blade.php @@ -69,7 +69,7 @@