From 0199113b8084a07ccb2af9d063e907718d4fc4fe Mon Sep 17 00:00:00 2001
From: Etienne LOUPIAS <eloupias@grandlyon.com>
Date: Thu, 20 Jan 2022 21:36:11 +0100
Subject: [PATCH] fix(structure): typo duplicate structure email

---
 src/mailer/mail-templates/apticStructureDuplication.ejs | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/mailer/mail-templates/apticStructureDuplication.ejs b/src/mailer/mail-templates/apticStructureDuplication.ejs
index 78072331c..b864b3893 100644
--- a/src/mailer/mail-templates/apticStructureDuplication.ejs
+++ b/src/mailer/mail-templates/apticStructureDuplication.ejs
@@ -1,6 +1,6 @@
 Bonjour,<br />
 <br />
-La fiche structure: <strong><%= name %></strong> a été créée après récupération des données aptic. Elle correspond
-potentiellement à la structure existante : <strong><%= duplicatedStructureName %></strong>.<br />
+La fiche structure: <strong><%= name %></strong> a été créée après récupération des données Aptic.<br />
+Elle correspond potentiellement à la structure existante : <strong><%= duplicatedStructureName %></strong>.<br />
 <br />
 <a href="<%= duplicatedStructureUrl %>">Aller vérifier la labellisation Pass Numérique de la structure existante</a>
-- 
GitLab