From e08341d704000dbfe39638d1de9f52c1aed32050 Mon Sep 17 00:00:00 2001 From: Siddharth Gelera Date: Mon, 15 Sep 2025 13:54:56 +0530 Subject: [PATCH] fix: text for inherited auth --- .../src/components/RequestPane/WSRequestPane/WSAuth/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/bruno-app/src/components/RequestPane/WSRequestPane/WSAuth/index.js b/packages/bruno-app/src/components/RequestPane/WSRequestPane/WSAuth/index.js index 36182ea8c..cfa36524a 100644 --- a/packages/bruno-app/src/components/RequestPane/WSRequestPane/WSAuth/index.js +++ b/packages/bruno-app/src/components/RequestPane/WSRequestPane/WSAuth/index.js @@ -100,7 +100,7 @@ const WSAuth = ({ item, collection }) => { return ( <>
-
Inherited auth not supported by gRPC. Using no auth instead.
+
Inherited auth not supported by WebSockets. Using no auth instead.
);