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

* Fix label

* Update changelog
pull/4519/head
Thomas Kaul 1 year ago committed by GitHub
parent ad47bedcb5
commit 2deca58928
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -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

Loading…
Cancel
Save