From bd481ad314de0f0abcad38598652934665417798 Mon Sep 17 00:00:00 2001 From: Pranav Date: Tue, 13 Feb 2024 18:39:59 -0800 Subject: [PATCH] Update title --- .../settings/reports/components/WootSummaryReports.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/javascript/dashboard/routes/dashboard/settings/reports/components/WootSummaryReports.vue b/app/javascript/dashboard/routes/dashboard/settings/reports/components/WootSummaryReports.vue index 70a4fb6ab..c51c00ef3 100644 --- a/app/javascript/dashboard/routes/dashboard/settings/reports/components/WootSummaryReports.vue +++ b/app/javascript/dashboard/routes/dashboard/settings/reports/components/WootSummaryReports.vue @@ -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, },