diff --git a/CHANGELOG.md b/CHANGELOG.md
index b20c3e40e..54eedaead 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -17,6 +17,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Randomized the placeholder in the assistant
- Enabled the _Bull Dashboard_ in the admin control panel without requiring an environment variable (experimental)
- Extracted the page tabs to a reusable component
+- Improved the language localization for German (`de`)
- Upgraded `bull-board` from version `7.0.0` to `7.1.5`
### Fixed
diff --git a/apps/client/src/locales/messages.de.xlf b/apps/client/src/locales/messages.de.xlf
index 483c09a65..bfff88889 100644
--- a/apps/client/src/locales/messages.de.xlf
+++ b/apps/client/src/locales/messages.de.xlf
@@ -439,7 +439,7 @@
Find an account...
- Find an account...
+ Finde ein Konto...libs/ui/src/lib/assistant/assistant.component.ts471
@@ -6117,7 +6117,7 @@
Find a holding...
- Find a holding...
+ Finde eine Position...libs/ui/src/lib/assistant/assistant.component.ts472
@@ -6298,7 +6298,7 @@
Jump to a page...
- Jump to a page...
+ Springe zu einer Seite...libs/ui/src/lib/assistant/assistant.component.ts473