From cb8f6f1a3979acd2feb070a3b510b6ef401b1e04 Mon Sep 17 00:00:00 2001 From: Sojan Jose Date: Thu, 29 Feb 2024 01:52:09 +0530 Subject: [PATCH] fix: Update the reply time tooltip to avoid confusion (#9037) --- app/javascript/dashboard/i18n/locale/en/report.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/javascript/dashboard/i18n/locale/en/report.json b/app/javascript/dashboard/i18n/locale/en/report.json index 0b234ec16..c9a230fab 100644 --- a/app/javascript/dashboard/i18n/locale/en/report.json +++ b/app/javascript/dashboard/i18n/locale/en/report.json @@ -37,7 +37,7 @@ }, "REPLY_TIME": { "NAME": "Customer waiting time", - "TOOLTIP_TEXT": "Waiting time is %{metricValue} (based on %{conversationCount} conversations)" + "TOOLTIP_TEXT": "Waiting time is %{metricValue} (based on %{conversationCount} replies)" } }, "DATE_RANGE_OPTIONS": {