diff --git a/packages/hoppscotch-common/locales/en.json b/packages/hoppscotch-common/locales/en.json index 1058eab0b..661ddda20 100644 --- a/packages/hoppscotch-common/locales/en.json +++ b/packages/hoppscotch-common/locales/en.json @@ -643,7 +643,7 @@ "general": { "help_menu": "Open help and support menu", "chat": "Chat with support", - "open_docs": "Open documentation", + "open_docs": "Read Documentation", "open_keybindings": "Open keyboard shortcuts", "social": "Social links and GitHub", "title": "General" diff --git a/packages/hoppscotch-common/src/services/spotlight/searchers/navigation.searcher.ts b/packages/hoppscotch-common/src/services/spotlight/searchers/navigation.searcher.ts index a72d808e1..61d16b499 100644 --- a/packages/hoppscotch-common/src/services/spotlight/searchers/navigation.searcher.ts +++ b/packages/hoppscotch-common/src/services/spotlight/searchers/navigation.searcher.ts @@ -52,11 +52,6 @@ export class NavigationSpotlightSearcherService extends StaticSpotlightSearcherS alternates: ["navigation", "realtime", "socket", "ws"], icon: markRaw(IconArrowRight), }, - documentation: { - text: this.t("shortcut.navigation.documentation"), - alternates: ["navigation", "documentation", "docs"], - icon: markRaw(IconArrowRight), - }, profile: { text: this.t("shortcut.navigation.profile"), alternates: ["navigation", "profile", "account"],