Feature/rename account link (#101)
* Rename account link * Update changelog
This commit is contained in:
parent
c973ffd3ba
commit
561d8dbc70
@ -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…
x
Reference in New Issue
Block a user