From 3dd029edca868b22e1a31d1a7986a6654c196514 Mon Sep 17 00:00:00 2001 From: Shekar Siri Date: Tue, 2 May 2023 16:12:09 +0200 Subject: [PATCH] change(ui) - user event text change --- frontend/app/components/Session_/EventsBlock/Event.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/app/components/Session_/EventsBlock/Event.tsx b/frontend/app/components/Session_/EventsBlock/Event.tsx index 4f5ca53a7..746fe2f01 100644 --- a/frontend/app/components/Session_/EventsBlock/Event.tsx +++ b/frontend/app/components/Session_/EventsBlock/Event.tsx @@ -93,7 +93,7 @@ const Event: React.FC = ({ isFrustration ? Object.assign(tooltip, { disabled: false, - text: `User hesitated to enter a value for ${Math.round(event.hesitation / 1000)}s` + text: `User hesitated ${Math.round(event.hesitation / 1000)}s to enter a value in this input field.` }) : null; break;