aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/videos/videos-routing.module.ts
diff options
context:
space:
mode:
authorChocobozzz <florian.bigard@gmail.com>2017-03-12 18:40:05 +0100
committerChocobozzz <florian.bigard@gmail.com>2017-03-12 18:40:05 +0100
commit55b3394641a764b89132d0057d3fdf656dab2389 (patch)
tree96d3a373454e6a643c6441906804d26bfb4ed2b1 /client/src/app/videos/videos-routing.module.ts
parente22528aca6eb58c8f8005790ac6e76ed4f8ad706 (diff)
downloadPeerTube-55b3394641a764b89132d0057d3fdf656dab2389.tar.gz
PeerTube-55b3394641a764b89132d0057d3fdf656dab2389.tar.zst
PeerTube-55b3394641a764b89132d0057d3fdf656dab2389.zip
Client: fix routes title
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 },