Fix link for async and clarify the wording
authorDashie <dashie@sigpipe.me>
Thu, 26 Apr 2018 13:25:37 +0000 (15:25 +0200)
committerChocobozzz <me@florianbigard.com>
Thu, 26 Apr 2018 13:26:27 +0000 (15:26 +0200)
client/src/app/menu/menu.component.html

index 1642f7dce563a97e6bb9e0739fbd9111e5ee12e1..6a2a495a28438ed1ed4b36bc23e583e12c0caf0f 100644 (file)
@@ -14,8 +14,8 @@
 
       <ul *dropdownMenu class="dropdown-menu">
         <li>
-          <a i18n [routerLink]="[ '/accounts', user.account.id ]" class="dropdown-item" title="My profile">
-           My profile
+          <a i18n [routerLink]="[ '/accounts', user.account?.id ]" class="dropdown-item" title="My public profile">
+           My public profile
           </a>
 
           <a routerLink="/my-account/settings" class="dropdown-item" title="My settings">