From f29f487ef8892453a481628a6a3cff802dc89213 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Mon, 17 Aug 2020 10:30:59 +0200 Subject: Use localize for page titles --- client/src/app/+video-channels/video-channels-routing.module.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'client/src/app/+video-channels') 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 = [ component: VideoChannelVideosComponent, data: { meta: { - title: 'Video channel videos' + title: $localize`Video channel videos` }, reuse: { enabled: true, @@ -35,7 +35,7 @@ const videoChannelsRoutes: Routes = [ component: VideoChannelPlaylistsComponent, data: { meta: { - title: 'Video channel playlists' + title: $localize`Video channel playlists` } } }, @@ -44,7 +44,7 @@ const videoChannelsRoutes: Routes = [ component: VideoChannelAboutComponent, data: { meta: { - title: 'About video channel' + title: $localize`About video channel` } } } -- cgit v1.2.3