1 files changed, 1 insertions, 1 deletions
diff --git a/res/templates/notif_mail.html b/res/templates/notif_mail.html
index 0290fdea01..cc3573e65a 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|replace("%app%", "Matrix") }}</div>
+ <div className="summarytext">{{ summary_text }}</div>
<div class="content">
{% for room in rooms %}
{% include 'room.html' with context %}
|