aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/app.component.ts
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/app.component.ts
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/app.component.ts')
-rw-r--r--client/src/app/app.component.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/src/app/app.component.ts b/client/src/app/app.component.ts
index db1f91f8c..83a751dd6 100644
--- a/client/src/app/app.component.ts
+++ b/client/src/app/app.component.ts
@@ -226,7 +226,7 @@ export class AppComponent implements OnInit {
226 new Hotkey('g o', (event: KeyboardEvent): boolean => { 226 new Hotkey('g o', (event: KeyboardEvent): boolean => {
227 this.router.navigate([ '/videos/overview' ]) 227 this.router.navigate([ '/videos/overview' ])
228 return false 228 return false
229 }, undefined, this.i18n('Go to the videos overview page')), 229 }, undefined, this.i18n('Go to the videos discover page')),
230 new Hotkey('g t', (event: KeyboardEvent): boolean => { 230 new Hotkey('g t', (event: KeyboardEvent): boolean => {
231 this.router.navigate([ '/videos/trending' ]) 231 this.router.navigate([ '/videos/trending' ])
232 return false 232 return false