Skip to content

Commit

Permalink
Update tooltip
Browse files Browse the repository at this point in the history
  • Loading branch information
olehmell committed Feb 12, 2024
1 parent 19e2c31 commit f53602f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -608,7 +608,7 @@ function getAccountDataValues ({ t, ...info }: GetAccountDataValuesParams) {
label: t('table.balances.free'),
value: freeBalance,
tooltipText:
'Tokens that are locked, and cannot be transferred to another account. One token can be locked by multiple things at the same time, such as governance and staking.',
'Tokens that are not reserved or locked, and can be transferred to another account.',
},
]
}
Expand Down

0 comments on commit f53602f

Please sign in to comment.