From 9c632da8caf59b65e9d226ad154ea2688bb4a245 Mon Sep 17 00:00:00 2001 From: Johan Cwiklinski Date: Sun, 23 Aug 2026 08:11:58 +0200 Subject: [PATCH] Use correct lang identifier --- templates/default/helloasso_form.html.twig | 2 +- templates/default/helloasso_success.html.twig | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/default/helloasso_form.html.twig b/templates/default/helloasso_form.html.twig index b4af09e..4c86ceb 100644 --- a/templates/default/helloasso_form.html.twig +++ b/templates/default/helloasso_form.html.twig @@ -27,7 +27,7 @@
{% if amount['description'] is defined and amount['description'] is not empty %} diff --git a/templates/default/helloasso_success.html.twig b/templates/default/helloasso_success.html.twig index e912a8c..6cee928 100644 --- a/templates/default/helloasso_success.html.twig +++ b/templates/default/helloasso_success.html.twig @@ -21,7 +21,7 @@ {{ _T('Amount paid', 'helloasso') }} - {{ details.amount|format_currency('EUR', {}, galette_lang) }} + {{ details.amount|format_currency('EUR', {}, i18n.getWebID()) }} ({{ _T('This amount does not include the voluntary contribution you could have made to HelloAsso during payment', 'helloasso') }})