aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/+video-channels/video-channels-routing.module.ts
diff options
context:
space:
mode:
Diffstat (limited to 'client/src/app/+video-channels/video-channels-routing.module.ts')
-rw-r--r--client/src/app/+video-channels/video-channels-routing.module.ts6
1 files changed, 3 insertions, 3 deletions
diff --git a/client/src/app/+video-channels/video-channels-routing.module.ts b/client/src/app/+video-channels/video-channels-routing.module.ts
index e79e6a680..f8c32f14e 100644
--- a/client/src/app/+video-channels/video-channels-routing.module.ts
+++ b/client/src/app/+video-channels/video-channels-routing.module.ts
@@ -22,7 +22,7 @@ const videoChannelsRoutes: Routes = [
22 component: VideoChannelVideosComponent, 22 component: VideoChannelVideosComponent,
23 data: { 23 data: {
24 meta: { 24 meta: {
25 title: 'Video channel videos' 25 title: $localize`Video channel videos`
26 }, 26 },
27 reuse: { 27 reuse: {
28 enabled: true, 28 enabled: true,
@@ -35,7 +35,7 @@ const videoChannelsRoutes: Routes = [
35 component: VideoChannelPlaylistsComponent, 35 component: VideoChannelPlaylistsComponent,
36 data: { 36 data: {
37 meta: { 37 meta: {
38 title: 'Video channel playlists' 38 title: $localize`Video channel playlists`
39 } 39 }
40 } 40 }
41 }, 41 },
@@ -44,7 +44,7 @@ const videoChannelsRoutes: Routes = [
44 component: VideoChannelAboutComponent, 44 component: VideoChannelAboutComponent,
45 data: { 45 data: {
46 meta: { 46 meta: {
47 title: 'About video channel' 47 title: $localize`About video channel`
48 } 48 }
49 } 49 }
50 } 50 }