Skip to content

Commit

Permalink
Remove token name from balance
Browse files Browse the repository at this point in the history
  • Loading branch information
soerenbf committed Oct 24, 2024
1 parent 72062cb commit db560e0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,6 @@ function TokenPicker({
<span className="text__additional_small">
{t('form.tokenAmount.token.available', {
balance: formatAmount(selectedTokenBalance),
name: token.name,
})}
</span>
)}
Expand Down
2 changes: 1 addition & 1 deletion packages/browser-wallet/src/popup/popupX/shared/i18n/en.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ const t = {
tokenAmount: {
token: {
label: 'Token',
available: '{{balance}} {{name}} available',
available: '{{balance}} available',
},
amount: {
label: 'Amount',
Expand Down

0 comments on commit db560e0

Please sign in to comment.