diff --git a/CHANGELOG.md b/CHANGELOG.md
index 7de8f808e..39fadeb9d 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -9,6 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Changed
+- Improved the language localization for German (`de`)
- Upgraded `stripe` from version `22.2.3` to `22.3.2`
## 3.28.0 - 2026-07-17
diff --git a/apps/client/src/locales/messages.de.xlf b/apps/client/src/locales/messages.de.xlf
index c8fe18ace..a44212669 100644
--- a/apps/client/src/locales/messages.de.xlf
+++ b/apps/client/src/locales/messages.de.xlf
@@ -4527,7 +4527,7 @@
Update Activity
- Update Activity
+ Aktivität bearbeiten
libs/common/src/lib/routes/routes.ts
146
@@ -5407,7 +5407,7 @@
Add Activity
- Add Activity
+ Aktivität hinzufügen
libs/common/src/lib/routes/routes.ts
139
@@ -6698,7 +6698,7 @@
Clone Activity
- Clone Activity
+ Aktivität kopieren
libs/common/src/lib/routes/routes.ts
134