Skip to content

Commit

Permalink
Update frontend/src/scenes/session-recordings/errors/SessionRecording…
Browse files Browse the repository at this point in the history
…Errors.tsx

Co-authored-by: Paul D'Ambra <[email protected]>
  • Loading branch information
daibhin and pauldambra authored Mar 19, 2024
1 parent 2142c82 commit f364293
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ export function SessionRecordingErrors(): JSX.Element {
},
{
title: 'Viewed',
tooltip: "Percentage of the issue you've already seen in other watched recordings",
tooltip: "How many of these you've already viewed",
dataIndex: 'viewed',
render: function Render(_, cluster) {
return `${((cluster.viewed / cluster.unique_sessions) * 100).toFixed(0)}%`
Expand Down

0 comments on commit f364293

Please sign in to comment.