diff options
Diffstat (limited to 'res/templates/notif_mail.txt')
-rw-r--r-- | res/templates/notif_mail.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/res/templates/notif_mail.txt b/res/templates/notif_mail.txt index 24843042a5..5d5a8442f9 100644 --- a/res/templates/notif_mail.txt +++ b/res/templates/notif_mail.txt @@ -1,6 +1,6 @@ Hi {{ user_display_name }}, -{{ summary_text }} +{{ summary_text|replace("%app%", "Matrix") }} {% for room in rooms %} {% include 'room.txt' with context %} |