Skip to content

Commit 880ac13

Browse files
Zylphrexconstantinius
authored andcommitted
chore(logs): Refine copy on logs low confidence footer (#98242)
1 parent 3074735 commit 880ac13

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

static/app/views/explore/logs/confidenceFooter.tsx

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -122,14 +122,10 @@ function LowAccuracyFullTooltip({
122122
<Tooltip
123123
title={
124124
<div>
125-
{t(
126-
'You may not have enough logs for a high accuracy extrapolation of your query.'
127-
)}
125+
{t('Some logs are not shown due to the large volume of logs.')}
128126
<br />
129127
<br />
130-
{t(
131-
"You can try adjusting your query by narrowing the date range, removing filters or increasing the chart's time interval."
132-
)}
128+
{t('Try reducing the date range or number of projects.')}
133129
</div>
134130
}
135131
disabled={noSampling}

0 commit comments

Comments
 (0)