diff --git a/src/components/staking/StakingDashboard.tsx b/src/components/staking/StakingDashboard.tsx index 4d73f483..20801d8b 100644 --- a/src/components/staking/StakingDashboard.tsx +++ b/src/components/staking/StakingDashboard.tsx @@ -658,7 +658,7 @@ export const StakingDashboard: React.FC = () => { - Unbonded tokens will be locked for {bondingDuration} eras (~{bondingDuration} days) before withdrawal. + Unbonded tokens will be locked for {bondingDuration} eras (~{Math.floor(bondingDuration / 4)} days) before withdrawal.