Skip to content

Commit

Permalink
Merge pull request #1653 from SUNET/cat-faq-keylist-text
Browse files Browse the repository at this point in the history
Cat faq keylist text
  • Loading branch information
cartja authored Mar 7, 2024
2 parents 5fcb557 + d0b096f commit 5f27811
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
13 changes: 12 additions & 1 deletion src/components/Help.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -405,7 +405,18 @@ export function Help(): JSX.Element {
defaultMessage="Note: once you have added a security key to your eduID it must be used to log in."
/>
</p>

<h4>
<FormattedMessage
description="which type of security key - heading"
defaultMessage="Which type of security key can I use with eduID?"
/>
</h4>
<p>
<FormattedMessage
description="which type of security key - paragraph"
defaultMessage={`We follow a standard as well as our own policy for which security keys are allowed to be used with the service. More information on the standard as well as an updated list of valid keys can be found below.`}
/>
</p>
<Accordion allowMultipleExpanded allowZeroExpanded id="eduid-security">
<AccordionItemTemplate
uuid="help-security-usb"
Expand Down
8 changes: 8 additions & 0 deletions src/translation/extractedMessages.json
Original file line number Diff line number Diff line change
Expand Up @@ -1030,6 +1030,10 @@
"developer_comment": "use ladok - list item 1",
"string": "in the Settings area of eduID, toggle the Ladok control,"
},
"RFkwNK": {
"developer_comment": "which type of security key - paragraph",
"string": "We follow a standard as well as our own policy for which security keys are allowed to be used with the service. More information on the standard as well as an updated list of valid keys can be found below."
},
"RHOeL5": {
"string": "Use eduID to access {service_name}"
},
Expand Down Expand Up @@ -2601,6 +2605,10 @@
"security.webauthn_register_success": {
"string": "Security key added"
},
"sf+Nbv": {
"developer_comment": "which type of security key - heading",
"string": "Which type of security key can I use with eduID?"
},
"shCOk2": {
"developer_comment": "swedish nin mobile - heading",
"string": "mobile - for Swedish personal identity number holders:"
Expand Down

0 comments on commit 5f27811

Please sign in to comment.