Compare commits

..

2 Commits

Author SHA1 Message Date
e69c000eb8 changed complete text 2025-07-21 20:11:58 +02:00
cef99c1bb0 changed browser check text 2025-07-21 20:08:39 +02:00
2 changed files with 2 additions and 2 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 complete this experiment.</p>`;
return `<p>You must use Google Chrome or Microsoft Edge to participate in this study.</p>`;
},
};

View File

@@ -1,7 +1,7 @@
import html from '../utils/html.js';
export const textStimuli = {
complete: html`Experiment complete. Please paste the following link into your browser to confirm completion on Prolific:
complete: html`Study complete. Please paste the following link into your browser to confirm completion on Prolific:
<span class="text-blue-500">
${import.meta.env.VITE_COMPLETE_URL}
</a>