Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Commit

Permalink
tweak text
Browse files Browse the repository at this point in the history
  • Loading branch information
ara4n committed May 16, 2016
1 parent cbd2adc commit e501e9e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions res/templates/notif_mail.html
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@
{% endfor %}
<div class="footer">
<small>
Sending at {{ reason.now|format_ts("%c") }} due to activity in room {{ reason.room_name }} because:<br/>
1. The most recent notifiable event was received at {{ reason.received_at|format_ts("%c") }}
Sending email at {{ reason.now|format_ts("%c") }} due to activity in room '{{ reason.room_name }}' because:<br/>
1. An event was received at {{ reason.received_at|format_ts("%c") }}
which is more than {{ "%.1f"|format(reason.delay_before_mail_ms / (60*1000)) }} (delay_before_mail_ms) mins ago.<br/>
{% if reason.last_sent_ts %}
2. The last time we sent a mail for this room was {{ reason.last_sent_ts|format_ts("%c") }},
Expand Down

0 comments on commit e501e9e

Please sign in to comment.