From 55c8d6ac2d4bdfb9721c79d4894732c86e0380d9 Mon Sep 17 00:00:00 2001 From: Vaishnavi Joshi Date: Sun, 2 Oct 2022 13:04:13 +0530 Subject: [PATCH] Topic list: Rename "total partitions" to "partitions" (#2687) --- kafka-ui-react-app/src/components/Topics/List/TopicTable.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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', }, {