Skip to content

Commit 4d1e4a1

Browse files
authored
Merge pull request #1170 from isaacphysics/improvement/ethics-approved-copy-change
Update notification banners for clarity
2 parents e4f01c5 + b9de828 commit 4d1e4a1

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

src/app/components/navigation/LLMFreeTextQuestionInfoBanner.tsx

+3-2
Original file line numberDiff line numberDiff line change
@@ -87,8 +87,9 @@ function GeneralInfoCopy(_props: InfoBannerProps) {
8787
This means that the marks you receive will not always be accurate. For more information, read our <Link to={locationOfFAQEntry} target="_blank">FAQs</Link>.
8888
</p>
8989
<p>
90-
We only send your answer to OpenAI, we do not send any personal data;
91-
you can withdraw your consent at any time in your <Link to={`/account#${ACCOUNT_TAB[ACCOUNT_TAB.betafeatures]}`}>account settings</Link>.
90+
Do not include personal data in your answer as we send your answer to OpenAI.
91+
We only send your answer, we do not send any personal data with it.
92+
You can withdraw your consent at any time in your <Link to={`/account#${ACCOUNT_TAB[ACCOUNT_TAB.betafeatures]}`}>account settings</Link>.
9293
</p>
9394
</>;
9495
}

src/app/components/navigation/ResearchNotificationBanner.tsx

+2-2
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@ export const ResearchNotificationBanner = () => {
3434
</RS.Col>
3535
<RS.Col xs={12} sm={10} md={8}>
3636
<small>
37-
Use of this website and the information entered is being recorded.
38-
This data is used to support research into online learning at the University of Cambridge{isAda ? " and the Raspberry Pi Foundation" : ""}.
37+
We record your use of this site and the information you enter to support research into
38+
online learning at the University of Cambridge{isAda ? " and the Raspberry Pi Foundation" : ""}.
3939
Full details are in the <Link to="/privacy">privacy policy</Link>.
4040
</small>
4141
</RS.Col>

0 commit comments

Comments
 (0)