replaced string
This commit is contained in:
parent
81cdcb002f
commit
2adfa7fbcd
@ -100,7 +100,7 @@
|
||||
<x-slot name="body" class="block" override="class">
|
||||
<div class="text-xs mt-1" style="margin-left: 0 !important;">
|
||||
<span class="font-medium">
|
||||
{{ trans('invoices.payment_received') }} :
|
||||
{{ trans('invoices.paymentd_received') }}:
|
||||
</span>
|
||||
|
||||
@if ($invoice->transactions->count())
|
||||
|
@ -98,7 +98,7 @@
|
||||
<x-slot name="body" class="block" override="class">
|
||||
<div class="text-xs mt-1" style="margin-left: 0 !important;">
|
||||
<span class="font-medium">
|
||||
{{ trans('invoices.payment_received') }} :
|
||||
{{ trans('invoices.payments_received') }}:
|
||||
</span>
|
||||
|
||||
@if ($invoice->transactions->count())
|
||||
|
@ -107,7 +107,7 @@
|
||||
<x-slot name="body" class="block" override="class">
|
||||
<div class="text-xs mt-1" style="margin-left: 0 !important;">
|
||||
<span class="font-medium">
|
||||
{{ trans('invoices.payment_received') }} :
|
||||
{{ trans('invoices.payments_received') }}:
|
||||
</span>
|
||||
|
||||
@if ($invoice->transactions->count())
|
||||
|
Loading…
x
Reference in New Issue
Block a user