mirror of
https://github.com/spiral-project/ihatemoney.git
synced 2025-05-06 13:01:50 +02:00
Whitespace tweaks in history.html
This commit is contained in:
parent
e6013a2c11
commit
bd30892865
1 changed files with 5 additions and 5 deletions
|
@ -176,7 +176,7 @@
|
|||
{% elif event.prop_changed == "logging_preference" %}
|
||||
{{ change_to_logging_preference(event) }}
|
||||
{% elif event.prop_changed == "name" %}
|
||||
{{ _("Project renamed to ") }} <em class="font-italic">{{ event.object_desc }}</em>
|
||||
{{ _("Project renamed to") }} <em class="font-italic">{{ event.val_after }}</em>
|
||||
{% elif event.prop_changed == "contact_email" %}
|
||||
{{ _("Project contact email changed to") }} <em class="font-italic">{{ event.val_after }}</em>
|
||||
{% else %}
|
||||
|
|
Loading…
Reference in a new issue