From dbeaf2e241070b211e75fd73afec139eb3072591 Mon Sep 17 00:00:00 2001 From: Adrien CLERC Date: Wed, 29 Apr 2020 22:42:47 +0200 Subject: [PATCH] improve i18n --- ihatemoney/templates/list_bills.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 %}