diff --git a/frontend/src/components/prompts/Help.vue b/frontend/src/components/prompts/Help.vue
index a5c5d138..1d99eeed 100644
--- a/frontend/src/components/prompts/Help.vue
+++ b/frontend/src/components/prompts/Help.vue
@@ -11,7 +11,7 @@
DEL - {{ $t("help.del") }}
ESC - {{ $t("help.esc") }}
CTRL + S - {{ $t("help.ctrl.s") }}
- CTRL + F - {{ $t("help.ctrl.f") }}
+ CTRL + SHIFT + F - {{ $t("help.ctrl.f") }}
CTRL + Click - {{ $t("help.ctrl.click") }}
Click - {{ $t("help.click") }}
Double click - {{ $t("help.doubleClick") }}