change(ui) - user event text change
This commit is contained in:
parent
1bdfc2ecfc
commit
3dd029edca
1 changed files with 1 additions and 1 deletions
|
|
@ -93,7 +93,7 @@ const Event: React.FC<Props> = ({
|
|||
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;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue