]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/app/core/core.module.ts
Add missing i18n for hotkeys
[github/Chocobozzz/PeerTube.git] / client / src / app / core / core.module.ts
index d80f95ed63afcd4fb5d54f91e213dfe643c16706..4a4c2321b5e0d870375603b5ae372754b69cd52e 100644 (file)
@@ -41,7 +41,9 @@ import { LocalStorageService, ScreenService, SessionStorageService } from './wra
     ToastModule,
 
     HotkeyModule.forRoot({
-      cheatSheetCloseEsc: true
+      cheatSheetCloseEsc: true,
+      cheatSheetDescription: $localize`Show/hide this help menu`,
+      cheatSheetCloseEscDescription: $localize`Hide this help menu`
     })
   ],