fixed language text

This commit is contained in:
Denis Duliçi 2023-03-23 12:00:23 +03:00
parent aedd9710c1
commit 81cdcb002f
2 changed files with 2 additions and 2 deletions

View File

@ -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.',

View File

@ -45,7 +45,7 @@
<div class="text-xs mt-6" style="margin-left: 0 !important;">
<span class="font-medium">
{{ trans('invoices.payment_received') }} :
{{ trans('invoices.payments_received') }}:
</span>
@if ($transactions->count())