mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2024-11-10 13:12:50 +01:00
Pass correct message to EntityPaidObject
This commit is contained in:
parent
ff828e45f3
commit
45b90a41ab
@ -91,7 +91,7 @@ class EntityPaidObject
|
||||
'texts.notification_payment_paid_subject',
|
||||
['client' => $this->payment->client->present()->name()]
|
||||
),
|
||||
'message' => ctrans(
|
||||
'content' => ctrans(
|
||||
'texts.notification_payment_paid',
|
||||
['amount' => $amount,
|
||||
'client' => $this->payment->client->present()->name(),
|
||||
|
Loading…
Reference in New Issue
Block a user