improving some labels

This commit is contained in:
orangecoding
2025-09-27 18:01:42 +02:00
parent fa234d2d78
commit 9654e56846
3 changed files with 3 additions and 3 deletions

View File

@@ -32,7 +32,7 @@ export default function JobTable({ jobs = {}, onJobRemoval, onJobStatusChanged,
dataIndex: 'name',
},
{
title: 'Findings',
title: 'Listings',
dataIndex: 'numberOfFoundListings',
render: (value) => {
return value || 0;