aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/+admin/video-abuses/video-abuses.routes.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/+admin/video-abuses/video-abuses.routes.ts
parente22528aca6eb58c8f8005790ac6e76ed4f8ad706 (diff)
downloadPeerTube-55b3394641a764b89132d0057d3fdf656dab2389.tar.gz
PeerTube-55b3394641a764b89132d0057d3fdf656dab2389.tar.zst
PeerTube-55b3394641a764b89132d0057d3fdf656dab2389.zip
Client: fix routes title
Diffstat (limited to 'client/src/app/+admin/video-abuses/video-abuses.routes.ts')
-rw-r--r--client/src/app/+admin/video-abuses/video-abuses.routes.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/src/app/+admin/video-abuses/video-abuses.routes.ts b/client/src/app/+admin/video-abuses/video-abuses.routes.ts
index 26a761887..c99e162be 100644
--- a/client/src/app/+admin/video-abuses/video-abuses.routes.ts
+++ b/client/src/app/+admin/video-abuses/video-abuses.routes.ts
@@ -19,7 +19,7 @@ export const VideoAbusesRoutes: Routes = [
19 component: VideoAbuseListComponent, 19 component: VideoAbuseListComponent,
20 data: { 20 data: {
21 meta: { 21 meta: {
22 titleSuffix: ' - Video abuses list' 22 title: 'Video abuses list'
23 } 23 }
24 } 24 }
25 } 25 }