Skip to content

Commit

Permalink
fix(KYC): added go to exchange step to high flow
Browse files Browse the repository at this point in the history
  • Loading branch information
tony-blockchain committed Nov 30, 2018
1 parent 950f1c2 commit 1d68cd2
Showing 1 changed file with 9 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,7 @@ class Verify extends React.PureComponent {
<Text weight={300}>
<FormattedMessage
id='identityverification.highflow.message'
defaultMessage='We need you to continue your verification on our mobile app.
Follow these steps:'
defaultMessage='We need you to continue your verification on our mobile app. Follow these steps:'
/>
</Text>
<Text size='14px' weight={300}>
Expand Down Expand Up @@ -117,10 +116,17 @@ class Verify extends React.PureComponent {
</React.Fragment>
)}
<br />
<Text weight={300}>
<FormattedHTMLMessage
id='identityverification.highflow.gotodashboard'
defaultMessage='2 - Continue your verification from the <b>Dashboard</b> (you can also continue from <b>Exchange</b>)'
/>
</Text>
<br />
<Text weight={300}>
<FormattedHTMLMessage
id='identityverification.highflow.getidready'
defaultMessage='2 - Get your <b>Identity documents</b> (eg. Passport) and be ready to take a selfie video. '
defaultMessage='3 - Get your <b>Identity documents</b> (e.g. Passport) and be ready to take a selfie video. '
/>
</Text>
</ColumnSubHeader>
Expand Down

0 comments on commit 1d68cd2

Please sign in to comment.