Skip to content

Commit

Permalink
fix(Coinify): correct copy for signup --> change email step
Browse files Browse the repository at this point in the history
  • Loading branch information
Philip Welber committed Jun 7, 2018
1 parent 8c1b632 commit 5257bee
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -33,7 +33,7 @@ const VerifyEmail = (props) => {
<FormattedMessage id='coinifyexchangedata.create.verifyemail.partner.header.verifyemail' defaultMessage='Verify Your Email' />
</PartnerHeader>
<PartnerSubHeader>
<FormattedMessage id='coinifyexchangedata.create.verifyemail.partner.subheader.enteremail' defaultMessage='We sent a verification code to {email}. Enter the code to begin creating your account.' values={{ email }} />
<FormattedMessage id='coinifyexchangedata.create.verifyemail.partner.subheader.enteremailaddress' defaultMessage="Enter the email address you would like to use with your Coinify account. We'll send you a verification code to make sure it's yours." />
</PartnerSubHeader>
{
ui.create === 'enter_email_code'
Expand Down

0 comments on commit 5257bee

Please sign in to comment.