Add missing i18n for hotkeys
This commit is contained in:
parent
ab623c0e0b
commit
9c931cf0bb
|
@ -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`
|
||||
})
|
||||
],
|
||||
|
||||
|
|
Loading…
Reference in New Issue