diff --git a/CHANGELOG.md b/CHANGELOG.md index 8e7a08306..1ba5bf3a1 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 ### Changed +- Improved the labels of the assistant - Extracted the historical market data editor to a reusable component ## 2.125.0 - 2024-11-30 diff --git a/libs/ui/src/lib/assistant/assistant.html b/libs/ui/src/lib/assistant/assistant.html index 18c2145a3..228c9cc56 100644 --- a/libs/ui/src/lib/assistant/assistant.html +++ b/libs/ui/src/lib/assistant/assistant.html @@ -104,7 +104,7 @@
- Accounts + Account @for (account of accounts; track account.id) { @@ -152,7 +152,7 @@
- Tags + Tag @for (tag of tags; track tag.id) { @@ -163,7 +163,7 @@
- Asset Classes + Asset Class @for (assetClass of assetClasses; track assetClass.id) {