Skip to content

Commit

Permalink
fix(Coinify): payment fee copy
Browse files Browse the repository at this point in the history
  • Loading branch information
TheLeoB committed Jun 7, 2018
1 parent fc52334 commit 7c87145
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -391,7 +391,7 @@
"coinifyexchangedata.payment.bank.unavailable": "Bank transfers are unavailable until Identity Verification has finished.",
"coinifyexchangedata.payment.mediumhelpers.bank.detail1": "One time ID verification",
"coinifyexchangedata.payment.mediumhelpers.bank.detail2": "Receive bitcoin in 2-3 days",
"coinifyexchangedata.payment.mediumhelpers.bank.detail3": "No payment fees",
"coinifyexchangedata.payment.mediumhelpers.bank.detail3": "0.25% Payment Fee",
"coinify.payment.helper1.question": "Payment Medium placeholder 1?",
"coinify.payment.helper1.answer": "Answer1 placeholder",
"coinify.payment.helper2.question": "Payment Medium placeholder 2?",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ export const bankOptionHelper = (quote, limits, isChecked, handlePaymentClick, b
: <Text size='14px' weight={300} style={spacing('mt-25')}>
<FormattedMessage id='coinifyexchangedata.payment.mediumhelpers.bank.detail1' defaultMessage='One time ID verification' /><br />
<FormattedMessage id='coinifyexchangedata.payment.mediumhelpers.bank.detail2' defaultMessage='Receive bitcoin in 2-3 days' /><br />
<FormattedMessage id='coinifyexchangedata.payment.mediumhelpers.bank.detail3' defaultMessage='No payment fees' />
<FormattedMessage id='coinifyexchangedata.payment.mediumhelpers.bank.detail3' defaultMessage='0.25% Payment Fee' />
</Text>
}
</PaymentOptionContainer>
Expand Down

0 comments on commit 7c87145

Please sign in to comment.