From b40042cb617b6ba89713613bcad4c9f3b1acc777 Mon Sep 17 00:00:00 2001
From: gaelle morin <gmorin.dev@gmail.com>
Date: Wed, 22 Apr 2020 20:07:24 +0200
Subject: [PATCH] feature: texts translated in French

---
 djangoldp_notification/templates/email.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/djangoldp_notification/templates/email.html b/djangoldp_notification/templates/email.html
index 0d236a9..7e1c8e0 100644
--- a/djangoldp_notification/templates/email.html
+++ b/djangoldp_notification/templates/email.html
@@ -11,7 +11,7 @@
             <p style='font-size:small;color:#777'>
                 --
                 <br>
-                Do not reply to this email directly, go to <a href='{{ on }}' target='_blank'>{{ on }}</a> instead.
+                Ne réponds pas directement à cet e-mail, à la place rends-toi sur <a href='{{ on }}' target='_blank'>{{ on }}</a>.
                 <br>
                 <a href='#'>Unsubscribe</a>
             </p>
-- 
GitLab