X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=client%2Fsrc%2Fapp%2Fcore%2Fcore.module.ts;h=4a4c2321b5e0d870375603b5ae372754b69cd52e;hb=64324ac646b0938e35cd88771492623b640bd0d8;hp=d80f95ed63afcd4fb5d54f91e213dfe643c16706;hpb=3318147300b4f998adf728eb0a5a14a4c1829c51;p=github%2FChocobozzz%2FPeerTube.git diff --git a/client/src/app/core/core.module.ts b/client/src/app/core/core.module.ts index d80f95ed6..4a4c2321b 100644 --- a/client/src/app/core/core.module.ts +++ b/client/src/app/core/core.module.ts @@ -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` }) ],