From 77daa1f5896d79bec4e7b5a28597e4a3e5a941e3 Mon Sep 17 00:00:00 2001 From: jamesgeorge007 <25279263+jamesgeorge007@users.noreply.github.com> Date: Wed, 30 Apr 2025 12:51:44 +0530 Subject: [PATCH] chore: update inspector warning regarding supported interceptors Proxy interceptor doesn't support Digest & HAWK Auth. --- packages/hoppscotch-common/locales/en.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/hoppscotch-common/locales/en.json b/packages/hoppscotch-common/locales/en.json index 9f975c53..cf565fdc 100644 --- a/packages/hoppscotch-common/locales/en.json +++ b/packages/hoppscotch-common/locales/en.json @@ -680,8 +680,8 @@ "localaccess_unsupported": "Current interceptor does not support local access, please consider using Agent, Extension interceptors or the Desktop App" }, "auth": { - "digest": "Agent interceptor or the Hoppscotch Desktop app are recommended when using Digest Authorization.", - "hawk": "Agent interceptor or the Hoppscotch Desktop app are recommended when using Hawk Authorization." + "digest": "Agent interceptor on the web app or Native interceptor on the Desktop app are recommended when using Digest Authorization.", + "hawk": "Agent interceptor on the web app or Native interceptor on the Desktop app are recommended when using Hawk Authorization." }, "body": { "binary": "Sending binary data via the current interceptor is not supported yet."