Explorar el Código

Topic list: Rename "total partitions" to "partitions" (#2687)

Vaishnavi Joshi hace 2 años
padre
commit
55c8d6ac2d
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      kafka-ui-react-app/src/components/Topics/List/TopicTable.tsx

+ 1 - 1
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',
       },
       {