chore(trading): fix bad grammar on approval notification (#3354)

This commit is contained in:
Matthew Russell 2023-04-04 15:14:36 -07:00 committed by GitHub
parent bde7a9fbf9
commit b483c13f81
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -174,7 +174,7 @@ const ApprovalTxFeedback = ({
<> <>
<p> <p>
{t( {t(
`Your ${selectedAsset?.symbol} is being confirmed by the Ethereum network. When this is complete, you can continue your deposit` `Your ${selectedAsset?.symbol} approval is being confirmed by the Ethereum network. When this is complete, you can continue your deposit`
)}{' '} )}{' '}
</p> </p>
{txLink && <p>{txLink}</p>} {txLink && <p>{txLink}</p>}