We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 696c889 commit 9169879Copy full SHA for 9169879
static/app/views/metrics/widget.tsx
@@ -493,7 +493,7 @@ const MetricWidgetBody = memo(
493
{limitedResults && (
494
<LimitAlert type="warning" showIcon>
495
{tct(
496
- 'Specified queries generate a large number of result groups. Only the first [numOfGroups] groups are displayed.',
+ 'The queries in this chart generate a large number of result groups. Only the first [numOfGroups] groups are displayed.',
497
{numOfGroups: chartSeries.length}
498
)}
499
</LimitAlert>
0 commit comments