Skip to content

Commit 9169879

Browse files
author
Riccardo Busetti
authored
ref(ddm): Change warning string when more groups are available (#68973)
1 parent 696c889 commit 9169879

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

static/app/views/metrics/widget.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -493,7 +493,7 @@ const MetricWidgetBody = memo(
493493
{limitedResults && (
494494
<LimitAlert type="warning" showIcon>
495495
{tct(
496-
'Specified queries generate a large number of result groups. Only the first [numOfGroups] groups are displayed.',
496+
'The queries in this chart generate a large number of result groups. Only the first [numOfGroups] groups are displayed.',
497497
{numOfGroups: chartSeries.length}
498498
)}
499499
</LimitAlert>

0 commit comments

Comments
 (0)