aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/+video-channels/video-channels.component.ts
diff options
context:
space:
mode:
Diffstat (limited to 'client/src/app/+video-channels/video-channels.component.ts')
-rw-r--r--client/src/app/+video-channels/video-channels.component.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/src/app/+video-channels/video-channels.component.ts b/client/src/app/+video-channels/video-channels.component.ts
index 2739047ed..41fdb5e79 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 {
74 74
75 this.links = [ 75 this.links = [
76 { label: $localize`VIDEOS`, routerLink: 'videos' }, 76 { label: $localize`VIDEOS`, routerLink: 'videos' },
77 { label: $localize`VIDEO PLAYLISTS`, routerLink: 'video-playlists' } 77 { label: $localize`PLAYLISTS`, routerLink: 'video-playlists' }
78 ] 78 ]
79 } 79 }
80 80