diff --git a/src/main/frontend/modules/shortcut/dicts.cljc b/src/main/frontend/modules/shortcut/dicts.cljc index 0fd314608..46d0a90d6 100644 --- a/src/main/frontend/modules/shortcut/dicts.cljc +++ b/src/main/frontend/modules/shortcut/dicts.cljc @@ -76,11 +76,11 @@ :editor/zoom-in "Zoom in editing block / Forwards otherwise" :editor/zoom-out "Zoom out editing block / Backwards otherwise" :ui/toggle-brackets "Toggle whether to display brackets" - :go/search-in-page "Search in the current page" - :go/electron-find-in-page "Find in page" + :go/search-in-page "Search blocks in the current page" + :go/electron-find-in-page "Find text in page" :go/electron-jump-to-the-next "Jump to the next match to your Find bar search" :go/electron-jump-to-the-previous "Jump to the previous match to your Find bar search" - :go/search "Full text search" + :go/search "Search pages and blocks" :go/journals "Go to journals" :go/backward "Backwards" :go/forward "Forwards"