diff --git a/CHANGELOG.md b/CHANGELOG.md
index 3fc8628c2..40cf134c2 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`)
+
## 3.45.0 - 2026-08-08
### Added
diff --git a/apps/client/src/locales/messages.de.xlf b/apps/client/src/locales/messages.de.xlf
index 508e8b61d..f67fcab29 100644
--- a/apps/client/src/locales/messages.de.xlf
+++ b/apps/client/src/locales/messages.de.xlf
@@ -655,7 +655,7 @@
Update Account
- Update Account
+ Konto bearbeitenlibs/common/src/lib/routes/routes.ts87
@@ -1295,7 +1295,7 @@
Add Account
- Add Account
+ Konto hinzufügenlibs/common/src/lib/routes/routes.ts73