changed browser check text
This commit is contained in:
2
index.js
2
index.js
@@ -41,7 +41,7 @@ const browser_check = {
|
||||
return ['chrome', 'edge-chromium'].includes(data.browser);
|
||||
},
|
||||
exclusion_message: data => {
|
||||
return `<p>You must use Google Chrome or Microsoft Edge to complete this experiment.</p>`;
|
||||
return `<p>You must use Google Chrome or Microsoft Edge to participate in this study.</p>`;
|
||||
},
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user