Update title

This commit is contained in:
Pranav
2024-02-13 18:39:59 -08:00
parent b90737ee5d
commit bd481ad314
@@ -89,14 +89,14 @@ export default {
{
field: 'conversationsCount',
key: 'conversationsCount',
title: 'All conversations',
title: 'Assigned',
align: this.isRTLView ? 'right' : 'left',
width: 20,
},
{
field: 'resolutionsCount',
key: 'resolutionsCount',
title: 'Resolved conversations',
title: 'Resolved',
align: this.isRTLView ? 'right' : 'left',
width: 20,
},