diff --git a/CHANGELOG.md b/CHANGELOG.md
index 968425cdc..32277e471 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -15,6 +15,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Changed
- Renamed `ApiKey` to `apiKeys` in the `User` database schema
+- Improved the language localization for French (`fr`)
- Improved the language localization for Portuguese (`pt`)
- Upgraded `@keyv/redis` from version `4.3.4` to `4.4.0`
- Upgraded `zone.js` from version `0.15.0` to `0.15.1`
diff --git a/apps/client/src/locales/messages.fr.xlf b/apps/client/src/locales/messages.fr.xlf
index 3718e441d..3b118d7e8 100644
--- a/apps/client/src/locales/messages.fr.xlf
+++ b/apps/client/src/locales/messages.fr.xlf
@@ -7646,7 +7646,7 @@
Find holding or page...
- Find holding or page...
+ Rechercher une collection ou une page...libs/ui/src/lib/assistant/assistant.component.ts152
@@ -7654,7 +7654,7 @@
Quick Links
- Quick Links
+ Liens rapideslibs/ui/src/lib/assistant/assistant.html47