diff --git a/resources/lang/en-GB/invoices.php b/resources/lang/en-GB/invoices.php index 058920cbf..5186448b9 100644 --- a/resources/lang/en-GB/invoices.php +++ b/resources/lang/en-GB/invoices.php @@ -42,7 +42,7 @@ return [ 'send_invoice' => 'Send Invoice', 'get_paid' => 'Get Paid', 'accept_payments' => 'Accept Online Payments', - 'payment_received' => 'Payment received', + 'payments_received' => 'Payments received', '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/components/documents/show/get-paid.blade.php b/resources/views/components/documents/show/get-paid.blade.php index d08cd1254..73822a701 100644 --- a/resources/views/components/documents/show/get-paid.blade.php +++ b/resources/views/components/documents/show/get-paid.blade.php @@ -45,7 +45,7 @@
- {{ trans('invoices.payment_received') }} : + {{ trans('invoices.payments_received') }}: @if ($transactions->count())