diff --git a/CHANGELOG.md b/CHANGELOG.md index 3e2ec69f2..41241a336 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Improved the language localization for Dutch (`nl`) +### Fixed + +- Fixed an issue with the portfolio summary caused by the language localization for Dutch (`nl`) + ## 2.0.0 - 2023-09-09 ### Added diff --git a/apps/client/src/locales/messages.nl.xlf b/apps/client/src/locales/messages.nl.xlf index 5c82da007..6b9b7ad72 100644 --- a/apps/client/src/locales/messages.nl.xlf +++ b/apps/client/src/locales/messages.nl.xlf @@ -1167,7 +1167,7 @@ {VAR_PLURAL, plural, =1 {transaction} other {transactions}} - {VAR_PLURAL, meervoud, =1 {transaction} other {transactions}} + {VAR_PLURAL, plural, =1 {transaction} other {transactions}} apps/client/src/app/components/portfolio-summary/portfolio-summary.component.html 79,80