diff options
author | Dashie <dashie@sigpipe.me> | 2018-04-26 15:25:37 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2018-04-26 15:26:27 +0200 |
commit | 742ccef0b515ca8cc2152d393d7feb9f773f0aae (patch) | |
tree | a73c57b2c2268c6fe9291c823c5c3678f01f57b2 /client/src/app/menu/menu.component.html | |
parent | 29ca3b361f0a7f0fa3760c4f720712d69a8ba05e (diff) | |
download | PeerTube-742ccef0b515ca8cc2152d393d7feb9f773f0aae.tar.gz PeerTube-742ccef0b515ca8cc2152d393d7feb9f773f0aae.tar.zst PeerTube-742ccef0b515ca8cc2152d393d7feb9f773f0aae.zip |
Fix link for async and clarify the wording
Diffstat (limited to 'client/src/app/menu/menu.component.html')
-rw-r--r-- | client/src/app/menu/menu.component.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/client/src/app/menu/menu.component.html b/client/src/app/menu/menu.component.html index 1642f7dce..6a2a495a2 100644 --- a/client/src/app/menu/menu.component.html +++ b/client/src/app/menu/menu.component.html | |||
@@ -14,8 +14,8 @@ | |||
14 | 14 | ||
15 | <ul *dropdownMenu class="dropdown-menu"> | 15 | <ul *dropdownMenu class="dropdown-menu"> |
16 | <li> | 16 | <li> |
17 | <a i18n [routerLink]="[ '/accounts', user.account.id ]" class="dropdown-item" title="My profile"> | 17 | <a i18n [routerLink]="[ '/accounts', user.account?.id ]" class="dropdown-item" title="My public profile"> |
18 | My profile | 18 | My public profile |
19 | </a> | 19 | </a> |
20 | 20 | ||
21 | <a routerLink="/my-account/settings" class="dropdown-item" title="My settings"> | 21 | <a routerLink="/my-account/settings" class="dropdown-item" title="My settings"> |