Skip to content

Commit

Permalink
fix(coinify sell customer details copy change)
Browse files Browse the repository at this point in the history
  • Loading branch information
sixtedemaupeou committed Jun 8, 2018
1 parent a15fd87 commit 4901ec9
Showing 1 changed file with 5 additions and 5 deletions.
Expand Up @@ -39,29 +39,29 @@ const AddBankDetails = (props) => {
<FormattedMessage id='coinifyexchangedata.addcustomerdetails.subheader' defaultMessage='Who owns this bank account? This information should match the holder’s bank statement. ' />
</PartnerSubHeader>
<FieldText weight={300} size='12px'>
<FormattedMessage id='coinifyexchangedata.addcustomerdetails.' defaultMessage='Account Holder’s Full Name' />
<FormattedMessage id='coinifyexchangedata.addcustomerdetails.fullname' defaultMessage='Account Holder’s Full Name' />
</FieldText>
<Field name='fullname' validate={[required]} component={TextBox} />
<FieldText weight={300} size='12px'>
<FormattedMessage id='coinifyexchangedata.addcustomerdetails.' defaultMessage='Street and Number' />
<FormattedMessage id='coinifyexchangedata.addcustomerdetails.street' defaultMessage='Street Address' />
</FieldText>
<Field name='street' validate={[required]} component={TextBox} />
<SpaceRow>
<Col>
<FieldText weight={300} size='12px'>
<FormattedMessage id='coinifyexchangedata.addcustomerdetails.' defaultMessage='City' />
<FormattedMessage id='coinifyexchangedata.addcustomerdetails.city' defaultMessage='City' />
</FieldText>
<Field name='city' validate={[required]} component={TextBox} />
</Col>
<Col>
<FieldText weight={300} size='12px'>
<FormattedMessage id='coinifyexchangedata.addcustomerdetails.' defaultMessage='Postal Code' />
<FormattedMessage id='coinifyexchangedata.addcustomerdetails.postcode' defaultMessage='Postal Code' />
</FieldText>
<Field name='postcode' validate={[required]} component={TextBox} />
</Col>
</SpaceRow>
<FieldText weight={300} size='12px'>
<FormattedMessage id='coinifyexchangedata.addcustomerdetails.' defaultMessage='Country' />
<FormattedMessage id='coinifyexchangedata.addcustomerdetails.country' defaultMessage='Country' />
</FieldText>
<Field name='country' validate={[required]} component={SelectBoxCountry} />
</InputWrapper>
Expand Down

0 comments on commit 4901ec9

Please sign in to comment.