diff --git a/packages/ui/src/app/pages/Profile/MyAccounts.tsx b/packages/ui/src/app/pages/Profile/MyAccounts.tsx index b9871f41ca..7a5f352870 100644 --- a/packages/ui/src/app/pages/Profile/MyAccounts.tsx +++ b/packages/ui/src/app/pages/Profile/MyAccounts.tsx @@ -35,9 +35,9 @@ const hints = { 'Recoverable balance encapsulates all tokens that can be recovered, following the termination of the process where they were previously staked. Example: Vote has been casted for a candidate in council elections. That candidate lost the election and now the stake that was put behind the voting power for such candidate can be recovered, meaning locked balance will be reduced by such amount, while transferable balance will increase for the amount of staking lock.', }, vestingTotal: { - title: 'Total initial vesting', + title: 'Total vesting', tooltipText: - 'Total Initial vesting is the amount of tokens that are allocated to this account in the Genesis block, or via vesting transfer. From the very beginning this amount is fully locked, and some gets unlocked in accordance to vesting schedule. This is a sum of locked and all historically unlocked funds.', + 'Total vesting is the amount of tokens that are allocated to this account in the Genesis block, or via vesting transfer. From the very beginning this amount is fully locked, and some gets unlocked in accordance to vesting schedule. This is a sum of locked and all historically unlocked funds.', }, vestingLocked: { title: 'Total Locked in Vesting',