diff --git a/apps/explorer/src/pages/epochs/EpochsTable.tsx b/apps/explorer/src/pages/epochs/EpochsTable.tsx index 953a953fcf768..c0eec4a4051d2 100644 --- a/apps/explorer/src/pages/epochs/EpochsTable.tsx +++ b/apps/explorer/src/pages/epochs/EpochsTable.tsx @@ -128,7 +128,7 @@ export function EpochsTable({ accessorKey: 'storageRevenue', }, { - header: 'Time', + header: 'Epoch End', accessorKey: 'time', }, ], @@ -158,7 +158,7 @@ export function EpochsTable({ 'Stake Rewards', 'Checkpoint Set', 'Storage Revenue', - 'Time', + 'Epoch End', ]} colWidths={[ '100px',