1
0
Fork 0

Add missing i18n for hotkeys

This commit is contained in:
Chocobozzz 2022-05-25 15:39:10 +02:00
parent ab623c0e0b
commit 9c931cf0bb
No known key found for this signature in database
GPG Key ID: 583A612D890159BE
1 changed files with 3 additions and 1 deletions

View 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`
})
],