diff --git a/packages/hoppscotch-common/locales/en.json b/packages/hoppscotch-common/locales/en.json index 092225236..fd80af3b7 100644 --- a/packages/hoppscotch-common/locales/en.json +++ b/packages/hoppscotch-common/locales/en.json @@ -173,6 +173,7 @@ "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", diff --git a/packages/hoppscotch-common/src/components/app/Shortcuts.vue b/packages/hoppscotch-common/src/components/app/Shortcuts.vue index 5fc9dc342..155765e46 100644 --- a/packages/hoppscotch-common/src/components/app/Shortcuts.vue +++ b/packages/hoppscotch-common/src/components/app/Shortcuts.vue @@ -44,11 +44,7 @@ :text="`${t('state.nothing_found')} ‟${filterText}”`" > - - {{ t("state.nothing_found") }} - "{{ filterText }}" - - +
@@ -228,7 +229,7 @@ + +