Skip to content

Commit

Permalink
馃挰 vesting: rename vested to vesting
Browse files Browse the repository at this point in the history
  • Loading branch information
franm91 committed Mar 8, 2024
1 parent ccb0905 commit 499523f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions i18n/es/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -602,7 +602,6 @@
"Claim All": "Reclamar Todo",
"When you withdraw the reserved EXA, the associated vesting stream will be cancelled automatically. You鈥檒l get back the earned EXA and all remaining esEXA": "Cuando retires el EXA reservado, el stream de vesting asociado se cancelar谩 autom谩ticamente. Recibir谩s de vuelta el EXA ganado y todo el esEXA restante",
"When you withdraw the reserved EXA, the associated vestings streams will be cancelled automatically. You鈥檒l get back the earned EXA and all remaining esEXA": "Cuando retires el EXA reservado, los streams de vesting asociados se cancelar谩n autom谩ticamente. Recibir谩s de vuelta el EXA ganado y todo el esEXA restante",
"Total esEXA Vested": "Total esEXA Consolidados",
"Active Streams": "Streams Activos",
"Active Stream": "Stream Activo",
"Total Reserved EXA": "Total EXA Reservados",
Expand All @@ -622,5 +621,6 @@
"The upgrade to the new Interest Rate Model (EXAIP-08) is scheduled for execution today at 8:30 PM UTC": "La actualizaci贸n al nuevo Modelo de Tasa de Inter茅s (EXAIP-08) est谩 programada para ejecutarse hoy a las 8:30 PM UTC",
"Available for Withdrawal": "Disponible para Retiro",
"Global Utilization": "Utilizaci贸n Global",
"The Global Utilization is above 90%, and the remaining liquidity is established as a Liquidity Reserve that can't be borrowed and is only available for withdrawals.": "La Utilizaci贸n Global est谩 por encima del 90%, y la liquidez restante se establece como una Reserva de Liquidez que no se puede pedir prestada y solo est谩 disponible para retiros."
"The Global Utilization is above 90%, and the remaining liquidity is established as a Liquidity Reserve that can't be borrowed and is only available for withdrawals.": "La Utilizaci贸n Global est谩 por encima del 90%, y la liquidez restante se establece como una Reserva de Liquidez que no se puede pedir prestada y solo est谩 disponible para retiros.",
"Total esEXA Vesting": "esEXA Total en Vesting"
}
2 changes: 1 addition & 1 deletion pages/vesting.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -410,7 +410,7 @@ const Vesting: NextPage = () => {
<Grid container spacing={2}>
<Grid item xs={12} sm={4} display="flex" flexDirection="column" alignItems="center" gap={0.5}>
<Typography fontSize={14} fontWeight={700}>
{t('Total esEXA Vested')}
{t('Total esEXA Vesting')}
</Typography>
<Box display="flex" flexDirection={isMobile ? 'row' : 'column'} alignItems="center" gap={2.5}>
<Box display="flex" gap={0.5}>
Expand Down

0 comments on commit 499523f

Please sign in to comment.