diff --git a/CHANGELOG.md b/CHANGELOG.md
index 422bf0c50..b83ec4667 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 Dutch (`nl`)
- Improved the language localization for Portuguese (`pt`)
## 2.181.0 - 2025-07-11
diff --git a/apps/client/src/locales/messages.nl.xlf b/apps/client/src/locales/messages.nl.xlf
index f1ed3c1a5..d9842c8cb 100644
--- a/apps/client/src/locales/messages.nl.xlf
+++ b/apps/client/src/locales/messages.nl.xlf
@@ -7626,7 +7626,7 @@
Set up
- Noodfonds: opgezet
+ Opgezet
apps/client/src/app/pages/i18n/i18n-page.html
81
@@ -8039,8 +8039,8 @@
-
-
+
+
apps/client/src/app/components/admin-users/admin-users.html
@@ -8049,7 +8049,7 @@
Manage Asset Profile
- Manage Asset Profile
+ Beheer activaprofiel
apps/client/src/app/components/holding-detail-dialog/holding-detail-dialog.html
434
@@ -8057,7 +8057,7 @@
Alternative Investment
- Alternative Investment
+ Alternatieve belegging
libs/ui/src/lib/i18n.ts
44
@@ -8065,7 +8065,7 @@
Collectible
- Collectible
+ Verzamelobject
libs/ui/src/lib/i18n.ts
54