fixed language text
This commit is contained in:
parent
aedd9710c1
commit
81cdcb002f
@ -42,7 +42,7 @@ return [
|
|||||||
'send_invoice' => 'Send Invoice',
|
'send_invoice' => 'Send Invoice',
|
||||||
'get_paid' => 'Get Paid',
|
'get_paid' => 'Get Paid',
|
||||||
'accept_payments' => 'Accept Online Payments',
|
'accept_payments' => 'Accept Online Payments',
|
||||||
'payment_received' => 'Payment received',
|
'payments_received' => 'Payments received',
|
||||||
|
|
||||||
'form_description' => [
|
'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.',
|
'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.',
|
||||||
|
@ -45,7 +45,7 @@
|
|||||||
|
|
||||||
<div class="text-xs mt-6" style="margin-left: 0 !important;">
|
<div class="text-xs mt-6" style="margin-left: 0 !important;">
|
||||||
<span class="font-medium">
|
<span class="font-medium">
|
||||||
{{ trans('invoices.payment_received') }} :
|
{{ trans('invoices.payments_received') }}:
|
||||||
</span>
|
</span>
|
||||||
|
|
||||||
@if ($transactions->count())
|
@if ($transactions->count())
|
||||||
|
Loading…
x
Reference in New Issue
Block a user