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;