aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/+accounts/accounts.component.ts
diff options
context:
space:
mode:
authorRigel Kent <sendmemail@rigelk.eu>2021-04-02 15:01:54 +0200
committerRigel Kent <sendmemail@rigelk.eu>2021-04-02 15:01:54 +0200
commit0a25749f14a083d2c388b6229cbdbba695d0387e (patch)
treec86a7baf9128198f71c60147a34132cbb20a9ca8 /client/src/app/+accounts/accounts.component.ts
parent0a6785d115b79eaafbd7944834fc8b3a7da089fd (diff)
downloadPeerTube-0a25749f14a083d2c388b6229cbdbba695d0387e.tar.gz
PeerTube-0a25749f14a083d2c388b6229cbdbba695d0387e.tar.zst
PeerTube-0a25749f14a083d2c388b6229cbdbba695d0387e.zip
simplify channels/playlists name in account/channel views
Diffstat (limited to 'client/src/app/+accounts/accounts.component.ts')
-rw-r--r--client/src/app/+accounts/accounts.component.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/src/app/+accounts/accounts.component.ts b/client/src/app/+accounts/accounts.component.ts
index e80314130..fbd7380a9 100644
--- a/client/src/app/+accounts/accounts.component.ts
+++ b/client/src/app/+accounts/accounts.component.ts
@@ -79,7 +79,7 @@ export class AccountsComponent implements OnInit, OnDestroy {
79 ) 79 )
80 80
81 this.links = [ 81 this.links = [
82 { label: $localize`VIDEO CHANNELS`, routerLink: 'video-channels' }, 82 { label: $localize`CHANNELS`, routerLink: 'video-channels' },
83 { label: $localize`VIDEOS`, routerLink: 'videos' } 83 { label: $localize`VIDEOS`, routerLink: 'videos' }
84 ] 84 ]
85 } 85 }