mirror of
https://github.com/spiral-project/ihatemoney.git
synced 2025-05-05 20:51:49 +02:00
Use existing translation for bill property
This commit is contained in:
parent
fbc910fdd1
commit
10416bca04
1 changed files with 2 additions and 2 deletions
|
@ -220,9 +220,9 @@
|
|||
{% elif event.prop_changed == "owers_removed" %}
|
||||
{{ owers_changed(event, False)}}
|
||||
{% elif event.prop_changed == "payer" %}
|
||||
{{ bill_property_change(event, _("payer"))}}
|
||||
{{ bill_property_change(event, _("Payer"))}}
|
||||
{% elif event.prop_changed == "amount" %}
|
||||
{{ bill_property_change(event, _("amount")) }}
|
||||
{{ bill_property_change(event, _("Amount")) }}
|
||||
{% elif event.prop_changed == "date" %}
|
||||
{{ bill_property_change(event, _("Date")) }}
|
||||
{% elif event.prop_changed == "original_currency" %}
|
||||
|
|
Loading…
Reference in a new issue