Feature/rename account link (#101)

* Rename account link

* Update changelog
pull/102/head
Thomas 3 years ago committed by GitHub
parent c973ffd3ba
commit 561d8dbc70
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -13,6 +13,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Changed
- Renamed _Ghostfolio Account_ to _My Ghostfolio_
- Hid unknown exchange in the position overview
- Refactored the portfolio unit tests to work without database
- Moved shared interfaces to `@ghostfolio/helper/interfaces`

@ -174,7 +174,7 @@
mat-menu-item
[ngClass]="{ 'font-weight-bold': currentRoute === 'account' }"
[routerLink]="['/account']"
>Ghostfolio Account</a
>My Ghostfolio</a
>
<a
*ngIf="hasPermissionToAccessAdminControl"

Loading…
Cancel
Save