diff --git a/CHANGELOG.md b/CHANGELOG.md index 19763952b..be60a7bfe 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 German (`de`) + ## 2.167.0 - 2025-06-07 ### Added diff --git a/apps/client/src/locales/messages.de.xlf b/apps/client/src/locales/messages.de.xlf index bd05b886c..b7b7d6663 100644 --- a/apps/client/src/locales/messages.de.xlf +++ b/apps/client/src/locales/messages.de.xlf @@ -7128,7 +7128,7 @@ rules align with your portfolio. - Regeln werden von Ihrem Portfolio erfüllt. + Regeln werden von deinem Portfolio erfüllt. apps/client/src/app/pages/portfolio/x-ray/x-ray-page.component.html 58