diff --git a/CHANGELOG.md b/CHANGELOG.md index ddc818959..37588f558 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 - Extended the `GET api/v1/account` endpoint by the filters `accounts`, `assetClasses` and `tags` +### Changed + +- Improved the language localization for German (`de`) + ### Fixed - Fixed the redaction of `fee`, `quantity`, `value` and `valueInBaseCurrency` in the latest activities of the public page (experimental) diff --git a/apps/client/src/locales/messages.de.xlf b/apps/client/src/locales/messages.de.xlf index d56d2b36d..1a2a3ff38 100644 --- a/apps/client/src/locales/messages.de.xlf +++ b/apps/client/src/locales/messages.de.xlf @@ -2199,7 +2199,7 @@ Restricted view and manage - Restricted view and manage + Eingeschränkte Ansicht und Verwaltung libs/ui/src/lib/access-level-icon/access-level-icon.component.html 5