Compare commits
2 Commits
c960316774
...
e69c000eb8
| Author | SHA1 | Date | |
|---|---|---|---|
| e69c000eb8 | |||
| cef99c1bb0 |
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>`;
|
||||
},
|
||||
};
|
||||
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user