Skip to content

Commit

Permalink
swap input current balance text fix
Browse files Browse the repository at this point in the history
  • Loading branch information
vsubhuman committed Apr 29, 2024
1 parent 8e915db commit bdfbf07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/yoroi-extension/app/components/swap/SwapInput.js
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ export default function SwapInput({
)}
<Box sx={{ justifySelf: 'end', alignSelf: 'end' }}>
<Typography component="div" variant="caption" color="grayscale.600">
Current balance: {quantity || 0} {ticker}
Balance: {quantity || 0} {ticker}
</Typography>
</Box>
</Box>
Expand Down

0 comments on commit bdfbf07

Please sign in to comment.