Skip to content

Commit

Permalink
💄 staking: update titles style and wording
Browse files Browse the repository at this point in the history
Rate limit · GitHub

Access has been restricted

You have triggered a rate limit.

Please wait a few minutes before you try again;
in some cases this may take up to an hour.

itofarina committed Aug 28, 2024
1 parent 3967419 commit 0a208ea
Showing 3 changed files with 3 additions and 6 deletions.
4 changes: 1 addition & 3 deletions components/charts/StakeChart/index.tsx
Original file line number Diff line number Diff line change
@@ -66,9 +66,7 @@ const StakeChart = () => {
>
<Box display="flex" flexDirection="column" width="100%" height="100%" gap={2}>
<Box display="flex" justifyContent="space-between">
<Typography variant="h6" fontSize="16px">
{t('Staking')}
</Typography>
<Typography variant="h6">{t('Staking status')}</Typography>
</Box>
<ResponsiveContainer width="100%" height="100%">
{loading ? (
4 changes: 1 addition & 3 deletions components/staking/StakingProgress/index.tsx
Original file line number Diff line number Diff line change
@@ -282,9 +282,7 @@ function StakingProgress() {
justifyContent="space-between"
>
<Box display="flex" flexDirection="column" gap={2}>
<Typography fontSize={19} fontWeight={700}>
{t('Total rewards')}
</Typography>
<Typography variant="h6">{t('Total rewards')}</Typography>
<Box display="flex" gap={1}>
<Typography fontSize={32}>${formatNumber(formatEther(totalEarned), 'USD')}</Typography>
<AvatarGroup
1 change: 1 addition & 0 deletions i18n/es/translation.json
Original file line number Diff line number Diff line change
@@ -649,6 +649,7 @@
"Staked": "Stakeado",
"Insufficient EXA balance": "Saldo de EXA insuficiente",
"EXA Staking": "Staking de EXA",
"Staking status": "Estado de Staking",
"EXA holders can now stake their assets and receive rewards. You have the flexibility to withdraw your assets anytime, but for optimal rewards, we recommend keeping your assets staked for six months. Early withdrawals are subject to penalties, and you will receive just a portion of the rewards earned so far.": "Los titulares de EXA ahora pueden stakear sus activos y recibir recompensas. Tienes la flexibilidad de retirar tus activos en cualquier momento, pero para obtener recompensas óptimas, recomendamos mantener tus activos stakeados durante seis meses. Los retiros anticipados están sujetos a penalizaciones, y solo recibirás una parte de las recompensas ganadas hasta ahora.",
"For further details on our staking program, ": "Para más detalles sobre nuestro programa de stakeo, ",
"please check our documentation.": "por favor revisa nuestra documentación."

0 comments on commit 0a208ea

Please sign in to comment.