Skip to content

Commit

Permalink
chore(explore): Update copy on insufficient accuracy (#82766)
Browse files Browse the repository at this point in the history
  • Loading branch information
Zylphrex authored Dec 31, 2024
1 parent 411c2be commit bba5edb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion static/app/views/explore/charts/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -372,7 +372,7 @@ export function ExploreCharts({query, setConfidence, setError}: ExploreChartsPro
insufficientSamples: (
<Tooltip
title={t(
'Boost accuracy by shortening the date range, increasing the time interval or removing extra filters.'
'Shortening the date range, increasing the time interval or removing extra filters may improve accuracy.'
)}
>
<InsufficientSamples>
Expand Down

0 comments on commit bba5edb

Please sign in to comment.