Skip to content

Commit 4e2434f

Browse files
Abdullah KhanAbdullah Khan
Abdullah Khan
authored and
Abdullah Khan
committed
feat(new-trace): Updating empty state copy
1 parent e8e70f9 commit 4e2434f

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

static/app/views/performance/newTraceDetails/traceWaterfallState.tsx

+5-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,11 @@ function TraceEmpty() {
4545

4646
return (
4747
<LoadingContainer animate>
48-
<div>{t('This trace does not contain any data?!')}</div>
48+
<div>
49+
{t(
50+
'We could still be ingesting this trace. Please wait a few seconds and refresh.'
51+
)}
52+
</div>
4953
<div>
5054
{t('Seeing this often? Send us ')}
5155
{feedback ? (

0 commit comments

Comments
 (0)