diff --git a/CHANGELOG.md b/CHANGELOG.md index 684d41096..5c1cbfa79 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,6 +13,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Excluded the symbol mapping from the import and export functionality - Improved the language localization for Dutch (`nl`) - Improved the language localization for Italian (`it`) +- Improved the language localization for Spanish (`es`) ### Fixed diff --git a/apps/client/src/locales/messages.es.xlf b/apps/client/src/locales/messages.es.xlf index 74e0810c1..ba5a38d67 100644 --- a/apps/client/src/locales/messages.es.xlf +++ b/apps/client/src/locales/messages.es.xlf @@ -3344,7 +3344,7 @@ No Activities - No Activities + Sin actividades apps/client/src/app/components/admin-market-data/admin-market-data.component.ts 146