diff options
Diffstat (limited to 'client/src/app/app.component.ts')
-rw-r--r-- | client/src/app/app.component.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/src/app/app.component.ts b/client/src/app/app.component.ts index 83a751dd6..50c5f5b9b 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 discover page')), | 229 | }, undefined, this.i18n('Go to the discover videos 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 |