diff --git a/kafka-ui-react-app/src/components/Topics/List/TopicTable.tsx b/kafka-ui-react-app/src/components/Topics/List/TopicTable.tsx index a855435c87..dcafa61b91 100644 --- a/kafka-ui-react-app/src/components/Topics/List/TopicTable.tsx +++ b/kafka-ui-react-app/src/components/Topics/List/TopicTable.tsx @@ -42,7 +42,7 @@ const TopicTable: React.FC = () => { }, { id: TopicColumnsToSort.TOTAL_PARTITIONS, - header: 'Total Partitions', + header: 'Partitions', accessorKey: 'partitionCount', }, {