diff --git a/CHANGELOG.md b/CHANGELOG.md
index 5ce22eccde..852e6f3774 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -10,6 +10,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Changed
- Improved the style of the empty state in the _Fear & Greed Index_ component
+- Improved the language localization for German (`de`)
## 3.37.0 - 2026-07-30
diff --git a/apps/client/src/locales/messages.de.xlf b/apps/client/src/locales/messages.de.xlf
index 4fe4422678..0378b10680 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