Browse Source
Feature/improve label in summary (#827)
* Improve label
* Update changelog
pull/829/head
Thomas Kaul
3 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with
5 additions and
1 deletions
-
CHANGELOG.md
-
apps/client/src/app/components/portfolio-summary/portfolio-summary.component.html
|
|
@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 |
|
|
|
|
|
|
|
## Unreleased |
|
|
|
|
|
|
|
### Changed |
|
|
|
|
|
|
|
- Changed the _Total_ label to _Total Assets_ in the portfolio summary tab on the home page |
|
|
|
|
|
|
|
### Fixed |
|
|
|
|
|
|
|
- Fixed an issue with the calculation of the projected total amount in the _FIRE_ calculator |
|
|
|
|
|
@ -119,7 +119,7 @@ |
|
|
|
<div class="col"><hr /></div> |
|
|
|
</div> |
|
|
|
<div class="row px-3 py-1"> |
|
|
|
<div class="d-flex flex-grow-1" i18n>Total</div> |
|
|
|
<div class="d-flex flex-grow-1" i18n>Total Assets</div> |
|
|
|
<div class="d-flex flex-column flex-wrap justify-content-end"> |
|
|
|
<gf-value |
|
|
|
class="justify-content-end" |
|
|
|