1
0
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:
Benjamin Beganović 2021-07-12 17:22:29 +02:00
parent ff828e45f3
commit 45b90a41ab

View File

@ -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(),