diff --git a/CHANGELOG.md b/CHANGELOG.md index 8dc8f193..bdd8ba54 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added +- Added the currency to the cash balance in the create or update account dialog - Added the ability to add an index for benchmarks as an asset profile in the admin control panel ### Fixed diff --git a/apps/client/src/app/pages/accounts/create-or-update-account-dialog/create-or-update-account-dialog.html b/apps/client/src/app/pages/accounts/create-or-update-account-dialog/create-or-update-account-dialog.html index 5413d08b..7c1768f1 100644 --- a/apps/client/src/app/pages/accounts/create-or-update-account-dialog/create-or-update-account-dialog.html +++ b/apps/client/src/app/pages/accounts/create-or-update-account-dialog/create-or-update-account-dialog.html @@ -37,6 +37,7 @@ type="number" [(ngModel)]="data.account.balance" /> + {{ data.account.currency }}