Skip to content

Commit

Permalink
fix: [FC-0006] verifiable credentials QR code modal instructions (ope…
Browse files Browse the repository at this point in the history
…nedx#164)

* fix: [OeX_Cred-810] verifiable credentials QR code modal instructions

* fix: [FC-0006] update user instructions

Make user instructions more clear

---------

Co-authored-by: Glib Glugovskiy <[email protected]>
  • Loading branch information
wowkalucky and GlugovGrGlib committed Aug 1, 2023
1 parent de6921e commit 65d1374
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/components/ProgramCertificateModal/messages.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,29 +36,29 @@ const messages = defineMessages({
},
certificateModalInstructionTitle: {
id: 'credentials.modal.instruction.title',
defaultMessage: 'Download and install the app on your smartphone.',
defaultMessage:
'Follow the instructions below to get a verifiable credential:',
description: 'Title text of the instructions.',
},
certificateModalInstructionStep1: {
id: 'credentials.modal.instruction.step1',
defaultMessage: 'Sign up for the app to identify yourself.',
defaultMessage: 'Download and install the wallet app on your smartphone.',
description: 'Text of step of the instructions.',
},
certificateModalInstructionStep2: {
id: 'credentials.modal.instruction.step2',
defaultMessage:
'Open the application and select the option "Scan QR code". Scan the provided code.',
defaultMessage: 'Sign up for the app to identify yourself.',
description: 'Text of step of the instructions.',
},
certificateModalInstructionStep3: {
id: 'credentials.modal.instruction.step3',
defaultMessage:
'Follow the instructions below to get the verifiable credential:',
'Open the wallet application and select the option "Scan QR code". Then scan the image of QR code.',
description: 'Text of step of the instructions.',
},
certificateModalInstructionStep4: {
id: 'credentials.modal.instruction.step4',
defaultMessage: 'Once you have successfully finished, close the modal.',
defaultMessage: 'Once you have successfully done - close modal window.',
description: 'Text of step of the instructions.',
},
certificateModalDeeplinkBtn: {
Expand Down

0 comments on commit 65d1374

Please sign in to comment.