From 561d8dbc705523913abfc1c9a6a736bdad074369 Mon Sep 17 00:00:00 2001
From: Thomas <4159106+dtslvr@users.noreply.github.com>
Date: Sun, 16 May 2021 21:22:03 +0200
Subject: [PATCH] Feature/rename account link (#101)

* Rename account link

* Update changelog
---
 CHANGELOG.md                                                | 1 +
 apps/client/src/app/components/header/header.component.html | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 395ff781f..4ccd7ca90 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -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`
diff --git a/apps/client/src/app/components/header/header.component.html b/apps/client/src/app/components/header/header.component.html
index b414e17c8..a7b6800aa 100644
--- a/apps/client/src/app/components/header/header.component.html
+++ b/apps/client/src/app/components/header/header.component.html
@@ -174,7 +174,7 @@
         mat-menu-item
         [ngClass]="{ 'font-weight-bold': currentRoute === 'account' }"
         [routerLink]="['/account']"
-        >Ghostfolio Account</a
+        >My Ghostfolio</a
       >
       <a
         *ngIf="hasPermissionToAccessAdminControl"