Skip to content

Commit

Permalink
fix(text): use BE variable if present for withdrawal lock
Browse files Browse the repository at this point in the history
  • Loading branch information
mperdomo-bc committed Apr 18, 2024
1 parent 9da49a0 commit e1f9054
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ const Success = ({ defaultMethod, depositTerms, formValues }: Props) => {
<FormattedMessage
id='modals.deposit.confirm.your_deposit_will_be_credited'
defaultMessage='Your deposit will be credited to your Blockchain.com account within 2-4 business days at the rate shown at the time of your purchase. You can withdraw these funds from your Blockchain.com account {withdrawalLockDays} days after Blockchain.com receives funds from your financial institution.'
values={{ withdrawalLockDays: 3 }}
values={{ withdrawalLockDays: depositTerms?.withdrawalLockDays ?? 3 }}
/>
</Padding>
</>
Expand Down

0 comments on commit e1f9054

Please sign in to comment.