diff --git a/CHANGELOG.md b/CHANGELOG.md
index 8f3bb77e8b..0512ad5bfe 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 `prisma` from version `7.8.0` to `7.9.1`
## 3.38.0 - 2026-07-31
diff --git a/apps/client/src/locales/messages.de.xlf b/apps/client/src/locales/messages.de.xlf
index 2765b0b4c8..b2800165a4 100644
--- a/apps/client/src/locales/messages.de.xlf
+++ b/apps/client/src/locales/messages.de.xlf
@@ -3051,7 +3051,7 @@
Export
- Export
+ exportieren
libs/ui/src/lib/activities-table/activities-table.component.html
68
@@ -5287,7 +5287,7 @@
Do you really want to delete these activities?
- Do you really want to delete these activities?
+ Möchtest du diese Aktivitäten wirklich löschen?
libs/ui/src/lib/activities-table/activities-table.component.ts
334
@@ -8125,7 +8125,7 @@
{VAR_PLURAL, plural, =1 {Activity} other {Activities}}
- {VAR_PLURAL, plural, =1 {Activity} other {Activities}}
+ {VAR_PLURAL, plural, =1 {Aktivität} other {Aktivitäten}}
libs/ui/src/lib/activities-table/activities-table.component.html
69
diff --git a/apps/client/src/styles/theme.scss b/apps/client/src/styles/theme.scss
index 75ecc210df..3f81250116 100644
--- a/apps/client/src/styles/theme.scss
+++ b/apps/client/src/styles/theme.scss
@@ -364,6 +364,12 @@ $gf-typography: (
)
);
+ @include mat.pseudo-checkbox-overrides(
+ (
+ full-selected-icon-color: var(--gf-theme-primary-500)
+ )
+ );
+
@include mat.slide-toggle-overrides(
(
selected-focus-handle-color: var(--gf-theme-primary-500),