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

This commit is contained in:
Vaishnavi Joshi 2022-10-02 13:04:13 +05:30 committed by GitHub
parent a1d14ab430
commit 55c8d6ac2d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -42,7 +42,7 @@ const TopicTable: React.FC = () => {
},
{
id: TopicColumnsToSort.TOTAL_PARTITIONS,
header: 'Total Partitions',
header: 'Partitions',
accessorKey: 'partitionCount',
},
{