Skip to content

Commit

Permalink
fix(Copy): KYC - Veriff copy changes
Browse files Browse the repository at this point in the history
  • Loading branch information
plondon committed Jan 29, 2019
1 parent 4472fd1 commit ded8bfa
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 14 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ exports[`HighFlow should render correctly 1`] = `
<IdentityVerification__InputWrapper>
<IdentityVerification__IdentityVerificationHeader>
<FormattedMessage
defaultMessage="Last Step. Verify Your ID"
id="identityverification.verify.header"
defaultMessage="Last Step. Let's Confirm It's You"
id="identityverification.verify.header.confirm"
values={Object {}}
/>
<IdentityVerification__FaqHeaderHelper>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -231,8 +231,8 @@ const Verify = ({
<InputWrapper>
<IdentityVerificationHeader>
<FormattedMessage
id='identityverification.verify.header'
defaultMessage='Last Step. Verify Your ID'
id='identityverification.verify.header.confirm'
defaultMessage="Last Step. Let's Confirm It's You"
/>
<FaqHeaderHelper>
<TooltipHost id='identityverification.headerhelper'>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ exports[`SwapBanner renders correctly with exchange link 1`] = `
>
<Swap__GetStartedButton>
<FormattedMessage
defaultMessage="Make Swap"
id="scenes.home.banners.swap.makeswap"
defaultMessage="Swap Now"
id="scenes.home.banners.swap.swapnow"
values={Object {}}
/>
</Swap__GetStartedButton>
Expand Down Expand Up @@ -117,8 +117,8 @@ exports[`SwapBanner renders null w/o showBanner 1`] = `
>
<Swap__GetStartedButton>
<FormattedMessage
defaultMessage="Make Swap"
id="scenes.home.banners.swap.makeswap"
defaultMessage="Swap Now"
id="scenes.home.banners.swap.swapnow"
values={Object {}}
/>
</Swap__GetStartedButton>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -114,8 +114,8 @@ export const SwapBanner = ({
<LinkContainer to='/swap'>
<GetStartedButton onClick={hideSwapBanner}>
<FormattedMessage
id='scenes.home.banners.swap.makeswap'
defaultMessage='Make Swap'
id='scenes.home.banners.swap.swapnow'
defaultMessage='Swap Now'
/>
</GetStartedButton>
</LinkContainer>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -121,8 +121,8 @@ export const ExchangeByBlockchain = ({ kycNotFinished, verifyIdentity }) => (
<LinkContainer to='/swap'>
<GetStartedButton>
<FormattedMessage
id='layouts.wallet.trayright.whatsnew.whatsnewcontent.exchangebyblockchain.makeswap'
defaultMessage='Make Swap'
id='layouts.wallet.trayright.whatsnew.whatsnewcontent.exchangebyblockchain.swapnow'
defaultMessage='Swap Now'
/>
</GetStartedButton>
</LinkContainer>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -242,8 +242,8 @@ exports[`ExchangeByBlockchain renders correctly with exchange link 1`] = `
>
<ExchangeByBlockchain__GetStartedButton>
<FormattedMessage
defaultMessage="Make Swap"
id="layouts.wallet.trayright.whatsnew.whatsnewcontent.exchangebyblockchain.makeswap"
defaultMessage="Swap Now"
id="layouts.wallet.trayright.whatsnew.whatsnewcontent.exchangebyblockchain.swapnow"
values={Object {}}
/>
</ExchangeByBlockchain__GetStartedButton>
Expand Down

0 comments on commit ded8bfa

Please sign in to comment.