diff --git a/services/monthlyReportNotification/ecolyo.js b/services/monthlyReportNotification/ecolyo.js
index 546ddcf3baa2849c0dbea4ac5000d98d653c74c5..7b5bb0c2e24bc3b2f3c31b179d0393169da52eec 100644
--- a/services/monthlyReportNotification/ecolyo.js
+++ b/services/monthlyReportNotification/ecolyo.js
@@ -144113,7 +144113,7 @@ const monthlyReportNotification = async ({
     unsubscribeUrl: unsubscribeUrl,
     consumptionTextExist: consumptionText.length > 0,
     consumptionText: consumptionText.replace(/{cozyUrl}/g, appLink + '#/'),
-    infoText: monthlyReport.info.replace(/{cozyUrl}/g, appLink + '#/'),
+    infoText: monthlyReport.info.replace('https://ecolyo-agent.grandlyon.com/%7BcozyUrl%7D/', appLink + '#/'),
     infoImage: monthlyReport.image !== '' ? baseUrl + monthlyReport.image : baseUrl + '/assets/astuce.png',
     isServiceNews: isServiceNews,
     isPoll: isPoll,