Skip to content

Commit

Permalink
fix(Copy): SFOX first step
Browse files Browse the repository at this point in the history
  • Loading branch information
TheLeoB committed May 31, 2018
1 parent ce24867 commit 44b0dbd
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ class VerifyEmail extends Component {
<FormattedMessage id='sfoxexchangedata.create.verifyemail.partner.header' defaultMessage="What's your email?" />
</PartnerHeader>
<PartnerSubHeader>
<FormattedMessage id='sfoxexchangedata.create.verifyemail.partner.subheader' defaultMessage="Enter the email address you would like to use with your SFOX account. We'll send you a verification code to make sure it's yours." />
<FormattedMessage id='sfoxexchangedata.create.verifyemail.partner.subheader' defaultMessage="Rest assured: there are only a few steps separating you from the good stuff. Let's start by confirming your verified email address and phone number." />
</PartnerSubHeader>
{
ui.create === 'enter_email_code'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -91,13 +91,8 @@ const Settings = (props) => {
<Button nature='empty' capitalize onClick={handleCancel}>
<FormattedMessage id='scenes.securitysettings.advanced.secondpasswordwallet.settings.cancel2' defaultMessage='Cancel' />
</Button>
<<<<<<< HEAD
<Button nature='primary' capitalize disabled={submitting || invalid} onClick={handleSubmit}>
<FormattedMessage id='scenes.securitysettings.advanced.secondpasswordwallet.settings.save2' defaultMessage='Save' />
=======
<Button type='submit' nature='primary' capitalize disabled={submitting || invalid}>
<FormattedMessage id='scenes.securitysettings.basicsecurity.secondpasswordwallet.settings.save2' defaultMessage='Save' />
>>>>>>> development
</Button>
</ButtonWrapper>
</SettingForm>
Expand Down

0 comments on commit 44b0dbd

Please sign in to comment.