aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/videos
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2019-08-22 09:49:22 +0200
committerChocobozzz <me@florianbigard.com>2019-08-22 09:49:22 +0200
commit6e44fb37634ce1280b5ff03e2d367f2eaa334272 (patch)
tree97b076b2177284904ddbd5ca3f0def39778240cb /client/src/app/videos
parentd1c0a964a214e861f1106e69c62b1aec1b3d55a9 (diff)
downloadPeerTube-6e44fb37634ce1280b5ff03e2d367f2eaa334272.tar.gz
PeerTube-6e44fb37634ce1280b5ff03e2d367f2eaa334272.tar.zst
PeerTube-6e44fb37634ce1280b5ff03e2d367f2eaa334272.zip
Replace "overview" by "discover" in client titles
Diffstat (limited to 'client/src/app/videos')
-rw-r--r--client/src/app/videos/videos-routing.module.ts2
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 },