diff --git a/ihatemoney/templates/list_bills.html b/ihatemoney/templates/list_bills.html
index 261adea8..95088eb3 100644
--- a/ihatemoney/templates/list_bills.html
+++ b/ihatemoney/templates/list_bills.html
@@ -118,7 +118,7 @@
{{ _("For whom?") }}
| {{ _("How much?") }}
{% if g.project.default_currency != "No Currency" %}
- | {{ _("Amount in ") }}{{ g.project.default_currency }}
+ | {{ _("Amount in %(currency)s", currency=g.project.default_currency) }}
{%- else -%}
| {{ _("Amount") }}
{% endif %}
|