mirror of
https://github.com/spiral-project/ihatemoney.git
synced 2025-05-06 13:01:50 +02:00
improve i18n
This commit is contained in:
parent
f50258f133
commit
dbeaf2e241
1 changed files with 1 additions and 1 deletions
|
@ -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 %}
|
||||
|
|
Loading…
Reference in a new issue