Skip to content

Commit

Permalink
fix: translation issue for recent transactions (binary-com#15045)
Browse files Browse the repository at this point in the history
  • Loading branch information
suisin-deriv authored and vinu-deriv committed May 28, 2024
1 parent ddb7f21 commit 3824fe2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ const TransactionsCryptoHistory = observer(() => {
>
<Icon icon={isMobile() ? 'IcChevronLeftBold' : 'IcArrowLeftBold'} />
<Text as='p' size='xs' weight='bold'>
<Localize i18n_default_text={` ${currency} recent transactions`} />
<Localize i18n_default_text={'{{currency}} recent transactions'} values={{ currency }} />
</Text>
</div>
</div>
Expand Down

0 comments on commit 3824fe2

Please sign in to comment.