changed browser check text

This commit is contained in:
2025-07-21 20:08:39 +02:00
parent c960316774
commit cef99c1bb0

View File

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