Skip to content

Commit

Permalink
feat(deposit): pass missing values
Browse files Browse the repository at this point in the history
  • Loading branch information
milan-bc committed Apr 4, 2024
1 parent 4f52412 commit aceab77
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,10 @@ const Success: React.FC<Props> = ({ defaultMethod, formValues, handleClose }) =>
<FormattedMessage
id='modals.brokerage.deposit_success.wait_description'
defaultMessage='While we wait for your bank to send the cash, here’s early access to {amount} in your {currency} Cash Account so you can buy crypto right away.'
values={messageValue}
values={{
amount: messageValue,
currency: coin
}}
/>
)}
</DescriptionText>
Expand Down

0 comments on commit aceab77

Please sign in to comment.