Browse Source

Bugfix/fix action label in asset profile dialog (#4517)

* Fix label

* Update changelog
pull/4519/head
Thomas Kaul 6 days ago
committed by GitHub
parent
commit
2deca58928
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 1
      CHANGELOG.md
  2. 2
      apps/client/src/app/components/admin-market-data/asset-profile-dialog/asset-profile-dialog.html

1
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 Enlish (`en`)
- Upgraded `eslint` dependencies
## 2.150.0 - 2025-04-05

2
apps/client/src/app/components/admin-market-data/asset-profile-dialog/asset-profile-dialog.html

@ -24,7 +24,7 @@
onGatherSymbol({ dataSource: data.dataSource, symbol: data.symbol })
"
>
<ng-container i18n>Gather Historical Market Dataa</ng-container>
<ng-container i18n>Gather Historical Market Data</ng-container>
</button>
<button
mat-menu-item

Loading…
Cancel
Save