Skip to content

Commit

Permalink
feat: fix tooltip feedback from pm
Browse files Browse the repository at this point in the history
  • Loading branch information
Sean Han committed Dec 15, 2021
1 parent b8b1c20 commit 34e24ba
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 @@ -1538,7 +1538,7 @@ type MessagesType = {
'modals.simplebuy.card_creation_failed': 'We could not save your card. Please contact support.'
'modals.simplebuy.card_number': 'Card Number'
'modals.simplebuy.paying_with_card': 'Blockchain.com requires a fee when paying with a card.'
'modals.simplebuy.flexible_pricing': 'This fee price is based on trade size, payment method and asset being purchased on Blockchain.com'
'modals.simplebuy.flexible_pricing': 'This fee is based on trade size, payment method and asset being purchased on Blockchain.com'
'modals.simplebuy.card_pending_after_poll': 'We waited one minute and did not receive an update from our card provider. Your card may still be approved later. Please contact support if you have any questions.'
'modals.simplebuy.cc_info_received': 'Waiting for information from your bank...'
'modals.simplebuy.change_billing_address': 'Change Billing Address'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -362,7 +362,7 @@ const Success: React.FC<InjectedFormProps<{ form: string }, Props> & Props> = (p
{props.isFlexiblePricingModel ? (
<FormattedMessage
id='modals.simplebuy.flexible_pricing'
defaultMessage='This fee price is based on trade size, payment method and asset being purchased on Blockchain.com'
defaultMessage='This fee is based on trade size, payment method and asset being purchased on Blockchain.com'
/>
) : (
<FormattedMessage
Expand Down

0 comments on commit 34e24ba

Please sign in to comment.