Skip to content

Commit

Permalink
fix: transfer message missing fiat name (#12699)
Browse files Browse the repository at this point in the history
  • Loading branch information
lubega-deriv committed Jan 3, 2024
1 parent bcad474 commit ff643fe
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ const transferFeesBetweenWalletsMessageFn = ({
const text =
'Fee: {{feeMessageText}} ({{feePercentage}}% transfer fee or {{minimumFeeText}}, whichever is higher, applies for fund transfers between your {{fiatAccountName}}{{conjunction}} cryptocurrency Wallets)';
const values = {
conjunction: isTransferBetweenCryptoWallets ? '' : ' and ',
conjunction: isTransferBetweenCryptoWallets ? '' : ' Wallet and ',
feeMessageText,
feePercentage,
fiatAccountName: isTransferBetweenCryptoWallets ? '' : fiatAccount?.wallet_currency_type,
Expand Down

1 comment on commit ff643fe

@vercel
Copy link

@vercel vercel bot commented on ff643fe Jan 3, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

deriv-app – ./

deriv-app.vercel.app
deriv-app.binary.sx
binary.sx
deriv-app-git-master.binary.sx

Please sign in to comment.