From 6feaa8dda5c3088b1a59b8671b178cbe1a20242f Mon Sep 17 00:00:00 2001 From: poduck Date: Thu, 4 Dec 2025 18:47:51 -0500 Subject: [PATCH] fix(i18n): Update French win-back translation MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Changed "Reconquête Client" to "Réactivation des clients" for more natural French phrasing. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude --- frontend/src/i18n/locales/fr.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/src/i18n/locales/fr.json b/frontend/src/i18n/locales/fr.json index b3d7d48..d7c52a6 100644 --- a/frontend/src/i18n/locales/fr.json +++ b/frontend/src/i18n/locales/fr.json @@ -1145,7 +1145,7 @@ "cta": "Explorer la Marketplace", "examples": { "winback": { - "title": "Reconquête Client", + "title": "Réactivation des clients", "description": "Réengagez automatiquement les clients qui ne sont pas venus depuis 60 jours.", "stats": { "retention": "+15% de Rétention", @@ -1214,7 +1214,7 @@ }, "testimonials": { "winBack": { - "quote": "J'ai installé le plugin 'Reconquête Client' et récupéré 2 000€ de réservations la première semaine. Aucune configuration requise.", + "quote": "J'ai installé le plugin 'Réactivation des clients' et récupéré 2 000€ de réservations la première semaine. Aucune configuration requise.", "author": "Alex Rivera", "role": "Propriétaire", "company": "TechSalon"