From a3f3251b6bb557725a75c6266e30095b6a6dc08c Mon Sep 17 00:00:00 2001 From: Sylvain Date: Mon, 24 Oct 2022 10:13:46 +0200 Subject: [PATCH] (bug) mail for shop invoice has wrong object --- config/locales/mails.en.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/locales/mails.en.yml b/config/locales/mails.en.yml index 251cf0c60..10af23938 100644 --- a/config/locales/mails.en.yml +++ b/config/locales/mails.en.yml @@ -111,7 +111,7 @@ en: notify_member_invoice_ready: subject: "Your FabLab's invoice" body: - please_find_attached_html: "Please find as attached file your invoice from {DATE}, with an amount of {AMOUNT} concerning your {TYPE, select, Reservation{reservation} other{subscription}}." #messageFormat interpolation + please_find_attached_html: "Please find as attached file your invoice from {DATE}, with an amount of {AMOUNT} concerning your {TYPE, select, Reservation{reservation} OrderItem{order} other{subscription}}." #messageFormat interpolation invoice_in_your_dashboard_html: "You can access your invoice in %{DASHBOARD} on the Fab Lab website." your_dashboard: "your dashboard" notify_member_reservation_reminder: