mirror of
https://github.com/LaCasemate/fab-manager.git
synced 2025-02-21 15:54:22 +01:00
fix a bug about notification email for refunf invoices
This commit is contained in:
parent
6ecce5b608
commit
12aaa7007c
@ -4,6 +4,7 @@
|
|||||||
- Added asterisks on mandatory fields in member's form
|
- Added asterisks on mandatory fields in member's form
|
||||||
- Fixed wording on SSO screens
|
- Fixed wording on SSO screens
|
||||||
- Ability to send again the auth-system migration token by email
|
- Ability to send again the auth-system migration token by email
|
||||||
|
- Fix a bug: notification email about refund invoice tells about subscription while concerning wallet credit
|
||||||
|
|
||||||
## v2.4.7 2016 December 14
|
## v2.4.7 2016 December 14
|
||||||
|
|
||||||
|
@ -140,7 +140,7 @@ en:
|
|||||||
notify_member_avoir_ready:
|
notify_member_avoir_ready:
|
||||||
subject: "Your FabLab's refund invoice"
|
subject: "Your FabLab's refund invoice"
|
||||||
body:
|
body:
|
||||||
please_find_attached_html: "Please find as attached file your refund 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 refund invoice from {DATE}, with an amount of {AMOUNT} concerning your {TYPE, select, Reservation{reservation} WalletTransaction{wallet credit} other{subscription}}." # messageFormat interpolation
|
||||||
invoice_in_your_dashboard_html: "You can access your refund invoice in %{DASHBOARD} on the Fab Lab website."
|
invoice_in_your_dashboard_html: "You can access your refund invoice in %{DASHBOARD} on the Fab Lab website."
|
||||||
your_dashboard: "your dashboard"
|
your_dashboard: "your dashboard"
|
||||||
|
|
||||||
|
@ -140,7 +140,7 @@ fr:
|
|||||||
notify_member_avoir_ready:
|
notify_member_avoir_ready:
|
||||||
subject: "Votre facture d'avoir du FabLab"
|
subject: "Votre facture d'avoir du FabLab"
|
||||||
body:
|
body:
|
||||||
please_find_attached_html: "Vous trouverez en pièce jointe votre facture d'avoir du {DATE}, d'un montant de {AMOUNT} concernant votre {TYPE, select, Reservation{réservation} other{abonnement}}." # messageFormat interpolation
|
please_find_attached_html: "Vous trouverez en pièce jointe votre facture d'avoir du {DATE}, d'un montant de {AMOUNT} concernant votre {TYPE, select, Reservation{réservation} WalletTransaction{crédit du porte-monnaie} other{abonnement}}." # messageFormat interpolation
|
||||||
invoice_in_your_dashboard_html: "Vous pouvez à tout moment retrouver votre facture d'avoir dans %{DASHBOARD} sur le site du Fab Lab."
|
invoice_in_your_dashboard_html: "Vous pouvez à tout moment retrouver votre facture d'avoir dans %{DASHBOARD} sur le site du Fab Lab."
|
||||||
your_dashboard: "votre tableau de bord"
|
your_dashboard: "votre tableau de bord"
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user