{% 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') }})