diff options
author | Chocobozzz <me@florianbigard.com> | 2018-06-07 17:05:57 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2018-06-07 17:05:57 +0200 |
commit | 379acb21bcc491efdc0118ea714790bb34238d66 (patch) | |
tree | aba72ff8671733437b18456955c72e4ef53786ec /client/src/app/menu | |
parent | 6cca7360eb9027e1544f7513df7da4684061ef7e (diff) | |
download | PeerTube-379acb21bcc491efdc0118ea714790bb34238d66.tar.gz PeerTube-379acb21bcc491efdc0118ea714790bb34238d66.tar.zst PeerTube-379acb21bcc491efdc0118ea714790bb34238d66.zip |
Rename "my settings" to "my account" in menu
Diffstat (limited to 'client/src/app/menu')
-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 167729405..8e3b295f7 100644 --- a/client/src/app/menu/menu.component.html +++ b/client/src/app/menu/menu.component.html | |||
@@ -18,8 +18,8 @@ | |||
18 | My public profile | 18 | My public profile |
19 | </a> | 19 | </a> |
20 | 20 | ||
21 | <a i18n routerLink="/my-account/settings" class="dropdown-item" title="My settings"> | 21 | <a i18n routerLink="/my-account" class="dropdown-item" title="My account"> |
22 | My settings | 22 | My account |
23 | </a> | 23 | </a> |
24 | 24 | ||
25 | <a i18n (click)="logout($event)" class="dropdown-item" title="Log out" href="#"> | 25 | <a i18n (click)="logout($event)" class="dropdown-item" title="Log out" href="#"> |