mirror of https://github.com/Chocobozzz/PeerTube
Replace "overview" by "discover" in client titles
parent
485b2fb2cc
commit
eddd920987
|
@ -226,7 +226,7 @@ export class AppComponent implements OnInit {
|
|||
new Hotkey('g o', (event: KeyboardEvent): boolean => {
|
||||
this.router.navigate([ '/videos/overview' ])
|
||||
return false
|
||||
}, undefined, this.i18n('Go to the videos overview page')),
|
||||
}, undefined, this.i18n('Go to the videos discover page')),
|
||||
new Hotkey('g t', (event: KeyboardEvent): boolean => {
|
||||
this.router.navigate([ '/videos/trending' ])
|
||||
return false
|
||||
|
|
|
@ -19,7 +19,7 @@ const videosRoutes: Routes = [
|
|||
component: VideoOverviewComponent,
|
||||
data: {
|
||||
meta: {
|
||||
title: 'Videos overview'
|
||||
title: 'Discover videos'
|
||||
}
|
||||
}
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue