X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=client%2Fsrc%2Fapp%2F%2Bvideo-channels%2Fvideo-channels.component.ts;h=3833d9c542c03a0509020d5e3c76b6b6914e0615;hb=24893b524c47b8f89090192aa38126352a952808;hp=2739047edf9f8126874a1295dad1e210e867dda5;hpb=733dbc535d5fecdaba9e05feb8923bc754920525;p=github%2FChocobozzz%2FPeerTube.git diff --git a/client/src/app/+video-channels/video-channels.component.ts b/client/src/app/+video-channels/video-channels.component.ts index 2739047ed..3833d9c54 100644 --- a/client/src/app/+video-channels/video-channels.component.ts +++ b/client/src/app/+video-channels/video-channels.component.ts @@ -74,7 +74,7 @@ export class VideoChannelsComponent implements OnInit, OnDestroy { this.links = [ { label: $localize`VIDEOS`, routerLink: 'videos' }, - { label: $localize`VIDEO PLAYLISTS`, routerLink: 'video-playlists' } + { label: $localize`PLAYLISTS`, routerLink: 'video-playlists' } ] } @@ -112,7 +112,7 @@ export class VideoChannelsComponent implements OnInit, OnDestroy { } getAccountUrl () { - return [ '/accounts', this.videoChannel.ownerBy ] + return [ '/a', this.videoChannel.ownerBy ] } private loadChannelVideosCount () {