diff --git a/explorer-nextjs/src/components/nodeTable/NodeTable.tsx b/explorer-nextjs/src/components/nodeTable/NodeTable.tsx
index ba6bbc142e..80bf534ead 100644
--- a/explorer-nextjs/src/components/nodeTable/NodeTable.tsx
+++ b/explorer-nextjs/src/components/nodeTable/NodeTable.tsx
@@ -231,7 +231,7 @@ const NodeTable = ({ nodes }: { nodes: MappedNymNodes }) => {
id: "stakeSaturation",
header: "Stake saturation",
accessorKey: "stakeSaturation",
- Header: Stake saturation,
+ Header: Saturation,
Cell: ({ row }) => (
{row.original.stakeSaturation}%