From 256553b9bb82d6a41020b80a98f6a95e6a699857 Mon Sep 17 00:00:00 2001 From: Anwarul Islam Date: Thu, 21 Mar 2024 22:45:23 +0600 Subject: [PATCH] chore: update copy for header inspection (#3907) Co-authored-by: James George --- packages/hoppscotch-common/locales/en.json | 3 ++- .../src/services/inspection/inspectors/header.inspector.ts | 4 ++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/packages/hoppscotch-common/locales/en.json b/packages/hoppscotch-common/locales/en.json index f18d01fce..dab2fe94b 100644 --- a/packages/hoppscotch-common/locales/en.json +++ b/packages/hoppscotch-common/locales/en.json @@ -27,6 +27,7 @@ "hide_secret": "Hide secret", "label": "Label", "learn_more": "Learn more", + "download_here": "Download here", "less": "Less", "more": "More", "new": "New", @@ -448,7 +449,7 @@ "not_found": "Environment variable “{environment}” not found." }, "header": { - "cookie": "The browser doesn't allow Hoppscotch to set the Cookie Header. While we're working on the Hoppscotch Desktop App (coming soon), please use the Authorization Header instead." + "cookie": "The browser doesn't allow Hoppscotch to set Cookie Headers. Please use Authorization Headers instead. However, our Hoppscotch Desktop App is live now and supports Cookies." }, "response": { "401_error": "Please check your authentication credentials.", diff --git a/packages/hoppscotch-common/src/services/inspection/inspectors/header.inspector.ts b/packages/hoppscotch-common/src/services/inspection/inspectors/header.inspector.ts index e5124d068..aa711be6c 100644 --- a/packages/hoppscotch-common/src/services/inspection/inspectors/header.inspector.ts +++ b/packages/hoppscotch-common/src/services/inspection/inspectors/header.inspector.ts @@ -66,8 +66,8 @@ export class HeaderInspectorService extends Service implements Inspector { index: index, }, doc: { - text: this.t("action.learn_more"), - link: "https://docs.hoppscotch.io/documentation/features/inspections", + text: this.t("action.download_here"), + link: "https://hoppscotch.com/download", }, }) }