Skip to content

Commit

Permalink
moved up and rephrased
Browse files Browse the repository at this point in the history
  • Loading branch information
cartja committed Dec 4, 2024
1 parent ae5d014 commit 8278e4d
Showing 1 changed file with 20 additions and 20 deletions.
40 changes: 20 additions & 20 deletions src/components/Help.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -1260,6 +1260,26 @@ export function Help(): JSX.Element {
</ul>
</article>
</AccordionItemTemplate>
<AccordionItemTemplate
uuid="help-tou"
title={<FormattedMessage description="about terms of use - handle" defaultMessage="Terms of use" />}
additionalInfo={null}
>
<article>
<h4>
<FormattedMessage
description="what are eduIDs terms of use - heading"
defaultMessage="What are eduIDs terms of use?"
/>
</h4>
<p>
<FormattedMessage
description="what are eduIDs terms of use - paragraph"
defaultMessage={`These are the terms that are accepted by the user upon creating an eduID account. You may need to accept the terms again if you haven't used the service for a period of time.`}
/>
</p>
</article>
</AccordionItemTemplate>
<AccordionItemTemplate
uuid="help-privacy-accessibility"
title={
Expand Down Expand Up @@ -1397,26 +1417,6 @@ export function Help(): JSX.Element {
</p>
</article>
</AccordionItemTemplate>
<AccordionItemTemplate
uuid="help-tou"
title={<FormattedMessage description="about terms of use - handle" defaultMessage="Terms of use" />}
additionalInfo={null}
>
<article>
<h4>
<FormattedMessage
description="what are eduIDs terms of use - heading"
defaultMessage="What are eduIDs terms of use?"
/>
</h4>
<p>
<FormattedMessage
description="what are eduIDs terms of use - paragraph"
defaultMessage={`These are the terms that are accepted by creating an eduID account. You may need to accept the terms again if you haven't used the service for a period of time.`}
/>
</p>
</article>
</AccordionItemTemplate>
<AccordionItemTemplate
uuid="help-contact"
title={
Expand Down

0 comments on commit 8278e4d

Please sign in to comment.