From 0a208ea3f3f02a6a1cb811ea7b436196aa979360 Mon Sep 17 00:00:00 2001 From: itofarina Date: Wed, 28 Aug 2024 13:05:26 -0300 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=84=20staking:=20update=20titles=20sty?= =?UTF-8?q?le=20and=20wording?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/charts/StakeChart/index.tsx | 4 +--- components/staking/StakingProgress/index.tsx | 4 +--- i18n/es/translation.json | 1 + 3 files changed, 3 insertions(+), 6 deletions(-) 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')}