aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/core
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2022-05-25 15:39:10 +0200
committerChocobozzz <me@florianbigard.com>2022-05-25 15:39:10 +0200
commit9c931cf0bb162aa4733584be96107cdcd922d308 (patch)
treec0d93f1c1b8d726353012fb0132818a1caa148c7 /client/src/app/core
parentab623c0e0b4815bd69a94887241a69aaa857ed26 (diff)
downloadPeerTube-9c931cf0bb162aa4733584be96107cdcd922d308.tar.gz
PeerTube-9c931cf0bb162aa4733584be96107cdcd922d308.tar.zst
PeerTube-9c931cf0bb162aa4733584be96107cdcd922d308.zip
Add missing i18n for hotkeys
Diffstat (limited to 'client/src/app/core')
-rw-r--r--client/src/app/core/core.module.ts4
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