diff --git a/CHANGELOG.md b/CHANGELOG.md
index 863376cae..4269d69d4 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -10,6 +10,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Added support for filtering in the public access for portfolio sharing (experimental)
- Set up the language localization for Japanese (`ja`)
+### Changed
+
+- Improved the language localization for German (`de`)
+
### Fixed
- Fixed the time zone handling in the `api` test suite for deterministic execution in `UTC`
diff --git a/apps/client/src/locales/messages.de.xlf b/apps/client/src/locales/messages.de.xlf
index 54eca8107..a60064f77 100644
--- a/apps/client/src/locales/messages.de.xlf
+++ b/apps/client/src/locales/messages.de.xlf
@@ -5937,7 +5937,7 @@
Portfolio Filters
- Portfolio Filters
+ Portfolio Filterapps/client/src/app/components/user-account-access/create-or-update-access-dialog/create-or-update-access-dialog.html63
@@ -6946,7 +6946,7 @@
Change with currency effect Change
- Änderung mit Währungseffekt Änderung
+ Änderung mit Währungseffekt Änderung apps/client/src/app/components/holding-detail-dialog/holding-detail-dialog.html63
@@ -6962,7 +6962,7 @@
Performance with currency effect Performance
- Performance mit Währungseffekt Performance
+ Performance mit Währungseffekt Performance apps/client/src/app/components/holding-detail-dialog/holding-detail-dialog.html83
@@ -7644,7 +7644,7 @@
Copy portfolio data to clipboard for AI prompt
- Kopiere Portfolio-Daten in die Zwischenablage für KI-Anweisung
+ Kopiere Portfolio Daten in die Zwischenablage für KI-Anweisungapps/client/src/app/pages/portfolio/analysis/analysis-page.html42