aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/videos/videos-routing.module.ts
diff options
context:
space:
mode:
Diffstat (limited to 'client/src/app/videos/videos-routing.module.ts')
-rw-r--r--client/src/app/videos/videos-routing.module.ts4
1 files changed, 2 insertions, 2 deletions
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 = [
16 component: VideoListComponent, 16 component: VideoListComponent,
17 data: { 17 data: {
18 meta: { 18 meta: {
19 titleSuffix: ' - Videos list' 19 title: 'Videos list'
20 } 20 }
21 } 21 }
22 }, 22 },
@@ -25,7 +25,7 @@ const videosRoutes: Routes = [
25 component: VideoAddComponent, 25 component: VideoAddComponent,
26 data: { 26 data: {
27 meta: { 27 meta: {
28 titleSuffix: ' - Add a video' 28 title: 'Add a video'
29 } 29 }
30 } 30 }
31 }, 31 },