]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/app/+video-channels/video-channels-routing.module.ts
Auto focus plugin search input
[github/Chocobozzz/PeerTube.git] / client / src / app / +video-channels / video-channels-routing.module.ts
index e79e6a6804cfa6300f2c7b9e12d9fc3e3d2af64b..f8c32f14ee8206e6fdd09adc3b9bef29eb0c8bbf 100644 (file)
@@ -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`
           }
         }
       }