Skip to content

Commit

Permalink
Adjust text
Browse files Browse the repository at this point in the history
  • Loading branch information
eunjuhuss committed Nov 19, 2024
1 parent 269c276 commit 166ce4a
Showing 1 changed file with 4 additions and 10 deletions.
14 changes: 4 additions & 10 deletions src/components/Dashboard/Identity.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -279,18 +279,12 @@ function VerifiedIdentitiesTable(): JSX.Element {
{/* verifying with Swedish national number in accordion only possible for users already verified with Eidas or Svipe */}
{!identities?.nin?.verified && (
<React.Fragment>
<h2>
<h4>
<FormattedMessage
description="verify identity non verified description"
defaultMessage="Choose your principal identification method"
description="verify identity non swedish verified heading"
defaultMessage="Verify your identity to access more services"
/>
</h2>
<p>
<FormattedMessage
description="verify identity with swedish ID description"
defaultMessage={`Verify your eduID with a Swedish national ID number.`}
/>
</p>
</h4>
<Accordion allowZeroExpanded>
<AccordionItemSwedish />
</Accordion>
Expand Down

0 comments on commit 166ce4a

Please sign in to comment.