From 87aeac6aea6bbbb169ecdeb2560fe3af09d82f4c Mon Sep 17 00:00:00 2001
From: Thomas Citharel <tcit@tcit.fr>
Date: Fri, 23 Apr 2021 09:03:19 +0200
Subject: [PATCH] Remove duplicate text in emails

Signed-off-by: Thomas Citharel <tcit@tcit.fr>
---
 lib/web/templates/email/email_changed_old.html.eex | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/lib/web/templates/email/email_changed_old.html.eex b/lib/web/templates/email/email_changed_old.html.eex
index a4c2acd0c..ab5ea3e7e 100644
--- a/lib/web/templates/email/email_changed_old.html.eex
+++ b/lib/web/templates/email/email_changed_old.html.eex
@@ -37,9 +37,6 @@
           <p style="margin: 0;">
             <%= gettext("The email address for your account on <b>%{host}</b> is being changed to:", host: @instance[:name]) |> raw %>
           </p>
-          <p>
-            <%= gettext("If you did not trigger this change yourself, it is likely that someone has gained access to your %{host} account. Please log in and change your password immediately. If you cannot login, contact the admin on %{host}.", host: @instance[:name]) %>
-          </p>
         </td>
       </tr>
       <tr>