summary refs log tree commit diff
path: root/res/templates/notif_mail.html
diff options
context:
space:
mode:
Diffstat (limited to 'res/templates/notif_mail.html')
-rw-r--r--res/templates/notif_mail.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/res/templates/notif_mail.html b/res/templates/notif_mail.html
index cc3573e65a..0290fdea01 100644
--- a/res/templates/notif_mail.html
+++ b/res/templates/notif_mail.html
@@ -8,7 +8,7 @@
     <body>
         <div id="page">
             <div className="salutation">Hi {{ user_display_name }},</div>
-            <div className="summarytext">{{ summary_text }}</div>
+            <div className="summarytext">{{ summary_text|replace("%app%", "Matrix") }}</div>
             <div class="content">
                 {% for room in rooms %}
                     {% include 'room.html' with context %}