diff --git a/CHANGELOG.md b/CHANGELOG.md index 200f2441a..175e6da02 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.170.0 - 2025-06-11 ### Added diff --git a/apps/client/src/locales/messages.fr.xlf b/apps/client/src/locales/messages.fr.xlf index 3b118d7e8..859503fc5 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... - Rechercher une collection ou une page... + Rechercher une position ou une page... libs/ui/src/lib/assistant/assistant.component.ts 152