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.
`; }, };