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 c149da4 commit df441c8Copy full SHA for df441c8
src/sentry/static/sentry/app/views/performance/transactionSummary/charts.tsx
@@ -98,7 +98,7 @@ class TransactionSummaryCharts extends React.Component<Props> {
98
99
<ChartControls>
100
<InlineContainer>
101
- <SectionHeading key="total-heading">{t('Total Events')}</SectionHeading>
+ <SectionHeading key="total-heading">{t('Total Transactions')}</SectionHeading>
102
<SectionValue key="total-value">{calculateTotal(totalValues)}</SectionValue>
103
</InlineContainer>
104
0 commit comments