diff --git a/tdrive/backend/node/src/core/platform/services/email-pusher/templates/fr/notification-document-shared.eta b/tdrive/backend/node/src/core/platform/services/email-pusher/templates/fr/notification-document-shared.eta
index 7d01264c..9f76d868 100644
--- a/tdrive/backend/node/src/core/platform/services/email-pusher/templates/fr/notification-document-shared.eta
+++ b/tdrive/backend/node/src/core/platform/services/email-pusher/templates/fr/notification-document-shared.eta
@@ -22,7 +22,7 @@
|
- ${it.sender.first_name} shared a ${it.notifications[0].item.is_directory ? "folder" : "file" } with you! ${it.notifications[0].item.is_directory ? "π" : "π" }
+ ${it.sender.first_name} a partagΓ© un ${it.notifications[0].item.is_directory ? "dossier" : "fichier" } avec vous! ${it.notifications[0].item.is_directory ? "π" : "π" }
@@ -35,7 +35,7 @@
`
diff --git a/tdrive/backend/node/src/core/platform/services/email-pusher/templates/fr/notification-document-version-updated.eta b/tdrive/backend/node/src/core/platform/services/email-pusher/templates/fr/notification-document-version-updated.eta
index 906b8ed1..096e751d 100644
--- a/tdrive/backend/node/src/core/platform/services/email-pusher/templates/fr/notification-document-version-updated.eta
+++ b/tdrive/backend/node/src/core/platform/services/email-pusher/templates/fr/notification-document-version-updated.eta
@@ -22,7 +22,7 @@
|
- ${it.sender.first_name} updated this ${it.notifications[0].item.is_directory ? "folder" : "file" }! ${it.notifications[0].item.is_directory ? "π" : "π" }
+ ${it.sender.first_name} a mis Γ jour ce ${it.notifications[0].item.is_directory ? "dossier" : "fichier" }! ${it.notifications[0].item.is_directory ? "π" : "π" }
| |