diff --git a/components/charts/StakeChart/index.tsx b/components/charts/StakeChart/index.tsx index 56ea59a5a..747060598 100644 --- a/components/charts/StakeChart/index.tsx +++ b/components/charts/StakeChart/index.tsx @@ -66,9 +66,7 @@ const StakeChart = () => { > - - {t('Staking')} - + {t('Staking status')} {loading ? ( diff --git a/components/staking/StakingProgress/index.tsx b/components/staking/StakingProgress/index.tsx index 4ff876350..a7adb6849 100644 --- a/components/staking/StakingProgress/index.tsx +++ b/components/staking/StakingProgress/index.tsx @@ -282,9 +282,7 @@ function StakingProgress() { justifyContent="space-between" > - - {t('Total rewards')} - + {t('Total rewards')} ${formatNumber(formatEther(totalEarned), 'USD')}