Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: [FC-0006] verifiable credentials QR code modal instructions #164

Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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