fix: make header group labels translatable

This commit is contained in:
Madalina Raicu
2023-10-17 10:26:58 +01:00
parent 2ea15c4dab
commit 7897f08a88
+3 -3
View File
@@ -125,7 +125,7 @@ export const LiquidityTable = ({
],
},
{
headerName: 'Commitment details',
headerName: t('Commitment details'),
marryChildren: true,
children: [
{
@@ -181,7 +181,7 @@ export const LiquidityTable = ({
],
},
{
headerName: 'Live liquidity details',
headerName: t('Live liquidity details'),
marryChildren: true,
children: [
{
@@ -213,7 +213,7 @@ export const LiquidityTable = ({
],
},
{
headerName: 'Last epoch SLA details',
headerName: t('Last epoch SLA details'),
marryChildren: true,
children: [
{