X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;ds=sidebyside;f=client%2Fsrc%2Fapp%2Fvideos%2Fvideos-routing.module.ts;h=005e9def6548bf39e41c50935dc67f3c81e17d3c;hb=55b3394641a764b89132d0057d3fdf656dab2389;hp=4c951200c8a69484d310eb1fa6f84320129a1a7f;hpb=da19d94b63159f3ee4a8adb2e29ffdd71724812e;p=github%2FChocobozzz%2FPeerTube.git diff --git a/client/src/app/videos/videos-routing.module.ts b/client/src/app/videos/videos-routing.module.ts index 4c951200c..005e9def6 100644 --- a/client/src/app/videos/videos-routing.module.ts +++ b/client/src/app/videos/videos-routing.module.ts @@ -16,7 +16,7 @@ const videosRoutes: Routes = [ component: VideoListComponent, data: { meta: { - titleSuffix: ' - Videos list' + title: 'Videos list' } } }, @@ -25,7 +25,7 @@ const videosRoutes: Routes = [ component: VideoAddComponent, data: { meta: { - titleSuffix: ' - Add a video' + title: 'Add a video' } } },