Cleanup SASS imports
[oweals/peertube.git] / client / src / app / app.component.ts
index 83a751dd6003f7ef59b7c8ec080b94393456277d..50c5f5b9bb41ba3755be7abaf415bfc8f7bd5d4f 100644 (file)
@@ -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 discover page')),
+      }, undefined, this.i18n('Go to the discover videos page')),
       new Hotkey('g t', (event: KeyboardEvent): boolean => {
         this.router.navigate([ '/videos/trending' ])
         return false