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.ts6
1 files changed, 3 insertions, 3 deletions
diff --git a/client/src/app/+video-channels/video-channels.component.ts b/client/src/app/+video-channels/video-channels.component.ts
index 0889ca854..00b9938d9 100644
--- a/client/src/app/+video-channels/video-channels.component.ts
+++ b/client/src/app/+video-channels/video-channels.component.ts
@@ -66,9 +66,9 @@ export class VideoChannelsComponent implements OnInit, OnDestroy {
66 if (this.isUserLoggedIn()) this.hotkeysService.add(this.hotkeys) 66 if (this.isUserLoggedIn()) this.hotkeysService.add(this.hotkeys)
67 67
68 this.links = [ 68 this.links = [
69 { label: this.i18n('Videos'), routerLink: 'videos' }, 69 { label: this.i18n('VIDEOS'), routerLink: 'videos' },
70 { label: this.i18n('Video playlists'), routerLink: 'video-playlists' }, 70 { label: this.i18n('VIDEO PLAYLISTS'), routerLink: 'video-playlists' },
71 { label: this.i18n('About'), routerLink: 'about' } 71 { label: this.i18n('ABOUT'), routerLink: 'about' }
72 ] 72 ]
73 } 73 }
74 74