diff --git a/packages/hoppscotch-common/locales/en.json b/packages/hoppscotch-common/locales/en.json index 15494f09f..34ed67138 100644 --- a/packages/hoppscotch-common/locales/en.json +++ b/packages/hoppscotch-common/locales/en.json @@ -185,7 +185,6 @@ "folder": "Folder is empty", "headers": "This request does not have any headers", "history": "History is empty", - "history_suggestions": "History does not have any matching entries", "invites": "Invite list is empty", "members": "Team is empty", "parameters": "This request does not have any parameters", @@ -195,7 +194,6 @@ "schema": "Connect to a GraphQL endpoint to view schema", "shortcodes": "Shortcodes are empty", "subscription": "Subscriptions are empty", - "suggestions": "No matching suggestions found", "team_name": "Team name empty", "teams": "You don't belong to any teams", "tests": "There are no tests for this request" diff --git a/packages/hoppscotch-common/src/components/http/Request.vue b/packages/hoppscotch-common/src/components/http/Request.vue index 39f99e373..beb390f7b 100644 --- a/packages/hoppscotch-common/src/components/http/Request.vue +++ b/packages/hoppscotch-common/src/components/http/Request.vue @@ -56,13 +56,7 @@ :inspection-results="tabResults" @paste="onPasteUrl($event)" @enter="newSendRequest" - > - - - {{ t("empty.history_suggestions") }} - - - + />