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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with
2 additions and
1 deletions
-
CHANGELOG.md
-
apps/client/src/app/components/admin-market-data/asset-profile-dialog/asset-profile-dialog.html
|
|
@ -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 |
|
|
|
|
|
@ -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 |
|
|
|