From 9c931cf0bb162aa4733584be96107cdcd922d308 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Wed, 25 May 2022 15:39:10 +0200 Subject: Add missing i18n for hotkeys --- client/src/app/core/core.module.ts | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'client/src/app/core') 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` }) ], -- cgit v1.2.3