fixed text fo Thomas

This commit is contained in:
2025-07-22 17:03:06 +02:00
parent dfbc26ca3d
commit 367540a380
2 changed files with 7 additions and 16 deletions

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 participate in this study.</p>`;
return `<p>You must use Google Chrome or Microsoft Edge on desktop/laptop to participate in this study.</p>`;
},
};