Skip to content

Commit

Permalink
fix: missing translation string
Browse files Browse the repository at this point in the history
  • Loading branch information
lubega-deriv committed Nov 14, 2024
1 parent d4166f9 commit 30056ca
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,10 @@ const WalletListCardDropdown = () => {
<WalletCurrencyIcon currency={wallet.currency ?? 'USD'} rounded />
<div className='wallets-listcard-dropdown__list-content'>
<Text align='start' size='2xs'>
{wallet.currency} Wallet
<Localize
i18n_default_text='{{currency}} Wallet'
values={{ currency: wallet.currency }}
/>
</Text>
{isBalanceLoading ? (
<div
Expand Down

0 comments on commit 30056ca

Please sign in to comment.