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.
);