diff options
Diffstat (limited to 'client/src/app/videos/videos-routing.module.ts')
-rw-r--r-- | client/src/app/videos/videos-routing.module.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/src/app/videos/videos-routing.module.ts b/client/src/app/videos/videos-routing.module.ts index 4eaae93cb..f0049d8c4 100644 --- a/client/src/app/videos/videos-routing.module.ts +++ b/client/src/app/videos/videos-routing.module.ts | |||
@@ -19,7 +19,7 @@ const videosRoutes: Routes = [ | |||
19 | component: VideoOverviewComponent, | 19 | component: VideoOverviewComponent, |
20 | data: { | 20 | data: { |
21 | meta: { | 21 | meta: { |
22 | title: 'Videos overview' | 22 | title: 'Discover videos' |
23 | } | 23 | } |
24 | } | 24 | } |
25 | }, | 25 | }, |