diff options
author | Chocobozzz <me@florianbigard.com> | 2022-05-25 15:39:10 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2022-05-25 15:39:10 +0200 |
commit | 9c931cf0bb162aa4733584be96107cdcd922d308 (patch) | |
tree | c0d93f1c1b8d726353012fb0132818a1caa148c7 | |
parent | ab623c0e0b4815bd69a94887241a69aaa857ed26 (diff) | |
download | PeerTube-9c931cf0bb162aa4733584be96107cdcd922d308.tar.gz PeerTube-9c931cf0bb162aa4733584be96107cdcd922d308.tar.zst PeerTube-9c931cf0bb162aa4733584be96107cdcd922d308.zip |
Add missing i18n for hotkeys
-rw-r--r-- | client/src/app/core/core.module.ts | 4 |
1 files changed, 3 insertions, 1 deletions
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 | |||
41 | ToastModule, | 41 | ToastModule, |
42 | 42 | ||
43 | HotkeyModule.forRoot({ | 43 | HotkeyModule.forRoot({ |
44 | cheatSheetCloseEsc: true | 44 | cheatSheetCloseEsc: true, |
45 | cheatSheetDescription: $localize`Show/hide this help menu`, | ||
46 | cheatSheetCloseEscDescription: $localize`Hide this help menu` | ||
45 | }) | 47 | }) |
46 | ], | 48 | ], |
47 | 49 | ||