From 8ec26a938372933a6dd867acf9aaa00516f920e7 Mon Sep 17 00:00:00 2001 From: Joseph PS <60518474+Joseph-PS@users.noreply.github.com> Date: Tue, 8 Jul 2025 16:09:14 +0530 Subject: [PATCH] Warning message content updated (#5032) --- .../src/components/SecuritySettings/JsSandboxModeModal/index.js | 2 +- packages/bruno-app/src/components/SecuritySettings/index.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/bruno-app/src/components/SecuritySettings/JsSandboxModeModal/index.js b/packages/bruno-app/src/components/SecuritySettings/JsSandboxModeModal/index.js index 67a5ff27a..4cbbc80ea 100644 --- a/packages/bruno-app/src/components/SecuritySettings/JsSandboxModeModal/index.js +++ b/packages/bruno-app/src/components/SecuritySettings/JsSandboxModeModal/index.js @@ -78,7 +78,7 @@ const JsSandboxModeModal = ({ collection }) => { /> Developer Mode - (use only if you trust the collections authors) + (use only if you trust the authors of the collection)

diff --git a/packages/bruno-app/src/components/SecuritySettings/index.js b/packages/bruno-app/src/components/SecuritySettings/index.js index 4e0dfed5f..f7738cfa8 100644 --- a/packages/bruno-app/src/components/SecuritySettings/index.js +++ b/packages/bruno-app/src/components/SecuritySettings/index.js @@ -64,7 +64,7 @@ const SecuritySettings = ({ collection }) => { /> Developer Mode - (use only if you trust the collections authors) + (use only if you trust the authors of the collection)