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 10:33:57 +0200
commiteddd920987fb8e4ae8c7ad2ada8a10a452e451d8 (patch)
tree1c53b4cc4aa2f1e48ecda8cc078abe2cf24b94ee /client/src/app/app.component.ts
parent485b2fb2cca2bed57034f89316d2735919f4982d (diff)
downloadPeerTube-eddd920987fb8e4ae8c7ad2ada8a10a452e451d8.tar.gz
PeerTube-eddd920987fb8e4ae8c7ad2ada8a10a452e451d8.tar.zst
PeerTube-eddd920987fb8e4ae8c7ad2ada8a10a452e451d8.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