Skip to content

Commit f9c5e5e

Browse files
narsaynorathandrewshie-sentry
authored andcommitted
fix(explore): Update progressive loading message copy (#90802)
1 parent 0b2df39 commit f9c5e5e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

static/app/views/explore/charts/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ export function ExploreCharts({
210210
timeseriesResult.isFetching &&
211211
samplingMode === SAMPLING_MODE.HIGH_ACCURACY
212212
? t(
213-
"Hey, we're gonna try scanning all data we can to get your query answered so just wait a bit more"
213+
"Hey, we're scanning all the data we can to answer your query, so please wait a bit longer"
214214
)
215215
: undefined;
216216
return (

0 commit comments

Comments
 (0)