From 55b3394641a764b89132d0057d3fdf656dab2389 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Sun, 12 Mar 2017 18:40:05 +0100 Subject: Client: fix routes title --- client/src/app/videos/videos-routing.module.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'client/src/app/videos/videos-routing.module.ts') 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' } } }, -- cgit v1.2.3