diff options
author | Chocobozzz <me@florianbigard.com> | 2020-11-16 15:02:53 +0100 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2020-11-16 15:02:53 +0100 |
commit | f0048d5edd6394a672c80332e9007413fbba57f5 (patch) | |
tree | e22778a118fd6bf0a50096c9ce5aaac64d0baaa2 /client/src/app/menu | |
parent | 5ed46c1bce29affbe101f126d58657ab484bffe7 (diff) | |
download | PeerTube-f0048d5edd6394a672c80332e9007413fbba57f5.tar.gz PeerTube-f0048d5edd6394a672c80332e9007413fbba57f5.tar.zst PeerTube-f0048d5edd6394a672c80332e9007413fbba57f5.zip |
In my account -> in my library
Diffstat (limited to 'client/src/app/menu')
-rw-r--r-- | client/src/app/menu/menu.component.html | 4 | ||||
-rw-r--r-- | client/src/app/menu/menu.component.scss | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/client/src/app/menu/menu.component.html b/client/src/app/menu/menu.component.html index a4b4f26d0..ada53d844 100644 --- a/client/src/app/menu/menu.component.html +++ b/client/src/app/menu/menu.component.html | |||
@@ -92,8 +92,8 @@ | |||
92 | <a i18n *ngIf="isRegistrationAllowed()" routerLink="/signup" class="create-account-button">Create an account</a> | 92 | <a i18n *ngIf="isRegistrationAllowed()" routerLink="/signup" class="create-account-button">Create an account</a> |
93 | </div> | 93 | </div> |
94 | 94 | ||
95 | <div *ngIf="isLoggedIn" class="in-my-account"> | 95 | <div *ngIf="isLoggedIn" class="in-my-library"> |
96 | <div i18n class="block-title">IN MY ACCOUNT</div> | 96 | <div i18n class="block-title">IN MY LIBRARY</div> |
97 | 97 | ||
98 | <a *ngIf="user.canSeeVideosLink" routerLink="/my-library/videos" routerLinkActive="active"> | 98 | <a *ngIf="user.canSeeVideosLink" routerLink="/my-library/videos" routerLinkActive="active"> |
99 | <my-global-icon iconName="videos" aria-hidden="true"></my-global-icon> | 99 | <my-global-icon iconName="videos" aria-hidden="true"></my-global-icon> |
diff --git a/client/src/app/menu/menu.component.scss b/client/src/app/menu/menu.component.scss index a95a80af6..c27f8f8c4 100644 --- a/client/src/app/menu/menu.component.scss +++ b/client/src/app/menu/menu.component.scss | |||
@@ -209,7 +209,7 @@ menu { | |||
209 | } | 209 | } |
210 | } | 210 | } |
211 | 211 | ||
212 | .in-my-account, | 212 | .in-my-library, |
213 | .on-instance, | 213 | .on-instance, |
214 | .footer-block { | 214 | .footer-block { |
215 | margin-bottom: 15px; | 215 | margin-bottom: 15px; |