From cef99c1bb0252558cb52a6f843db125b797dbf69 Mon Sep 17 00:00:00 2001 From: Shaheed Azaad Date: Mon, 21 Jul 2025 20:08:39 +0200 Subject: [PATCH] changed browser check text --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.js b/index.js index 892d429..c6ac5be 100644 --- a/index.js +++ b/index.js @@ -41,7 +41,7 @@ const browser_check = { return ['chrome', 'edge-chromium'].includes(data.browser); }, exclusion_message: data => { - return `

You must use Google Chrome or Microsoft Edge to complete this experiment.

`; + return `

You must use Google Chrome or Microsoft Edge to participate in this study.

`; }, };