diff --git a/CHANGELOG.md b/CHANGELOG.md
index effee7e42..d61b9d4c0 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
+## Unreleased
+
+### Changed
+
+- Improved the language localization for French (`fr`)
+
## 2.172.0 - 2025-06-19
### Added
diff --git a/apps/client/src/locales/messages.fr.xlf b/apps/client/src/locales/messages.fr.xlf
index 7b559945d..3ec7859e3 100644
--- a/apps/client/src/locales/messages.fr.xlf
+++ b/apps/client/src/locales/messages.fr.xlf
@@ -455,7 +455,7 @@
Asset Profiles
- Profil d’Actifs
+ Profils d’Actifsapps/client/src/app/components/admin-settings/admin-settings.component.html52
@@ -7698,7 +7698,7 @@
Asset Profiles
- Asset Profiles
+ Profils d’Actifs libs/ui/src/lib/assistant/assistant.html97
@@ -7706,7 +7706,7 @@
Live Demo
- Live Demo
+ Démo Livelibs/common/src/lib/routes/routes.ts212
@@ -7722,7 +7722,7 @@
Single Account
- Single Account
+ Compte Uniqueapps/client/src/app/pages/i18n/i18n-page.html14
@@ -7730,7 +7730,7 @@
Your net worth is managed by a single account
- Your net worth is managed by a single account
+ Votre patrimoine est géré par un compte unique apps/client/src/app/pages/i18n/i18n-page.html15
@@ -7738,7 +7738,7 @@
Your net worth is managed by ${accountsLength} accounts
- Your net worth is managed by ${accountsLength} accounts
+ Votre patrimoine est géré par ${accountsLength} comptes apps/client/src/app/pages/i18n/i18n-page.html18