diff --git a/CHANGELOG.md b/CHANGELOG.md
index 098969146..8d345c73c 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.37.0 - 2026-07-30
### Added
diff --git a/apps/client/src/locales/messages.de.xlf b/apps/client/src/locales/messages.de.xlf
index 4fe442267..0378b1068 100644
--- a/apps/client/src/locales/messages.de.xlf
+++ b/apps/client/src/locales/messages.de.xlf
@@ -351,7 +351,7 @@
Unknown
- Unknown
+ Unbekanntlibs/ui/src/lib/i18n.ts88
@@ -1767,7 +1767,7 @@
Invalid API key
- Invalid API key
+ Ungültiger API-Schlüsselapps/client/src/app/components/admin-settings/admin-settings.component.html112