improve i18n

This commit is contained in:
Adrien CLERC 2020-04-29 22:42:47 +02:00
parent f50258f133
commit dbeaf2e241

View file

@ -118,7 +118,7 @@
</th><th>{{ _("For whom?") }}
</th><th>{{ _("How much?") }}
{% if g.project.default_currency != "No Currency" %}
</th><th>{{ _("Amount in ") }}{{ g.project.default_currency }}
</th><th>{{ _("Amount in %(currency)s", currency=g.project.default_currency) }}
{%- else -%}
</th><th>{{ _("Amount") }}
{% endif %}