diff --git a/CHANGELOG.md b/CHANGELOG.md
index 48e598492..2dcd3ab9d 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -16,6 +16,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Modernized the layout of the overview tab in the admin control panel
- Improved the styling of the paginator across various table components
+- Improved the language localization for German (`de`)
### Fixed
diff --git a/apps/client/src/locales/messages.de.xlf b/apps/client/src/locales/messages.de.xlf
index 39bb937d6..38c7db874 100644
--- a/apps/client/src/locales/messages.de.xlf
+++ b/apps/client/src/locales/messages.de.xlf
@@ -1627,7 +1627,7 @@
Duration
- Duration
+ Dauerapps/client/src/app/components/admin-overview/admin-overview.html172
@@ -2775,7 +2775,7 @@
Code
- Code
+ Codeapps/client/src/app/components/admin-overview/admin-overview.html159
@@ -6982,7 +6982,7 @@
has been copied to the clipboard
- wurde in die Zwischenablage kopiert
+ wurde in die Zwischenablage kopiertapps/client/src/app/components/admin-overview/admin-overview.component.ts377