Skip to content

Commit df441c8

Browse files
authored
fix(ui) Use better word in chart footer. (#21412)
Fixes VIS-255
1 parent c149da4 commit df441c8

File tree

1 file changed

+1
-1
lines changed
  • src/sentry/static/sentry/app/views/performance/transactionSummary

1 file changed

+1
-1
lines changed

src/sentry/static/sentry/app/views/performance/transactionSummary/charts.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ class TransactionSummaryCharts extends React.Component<Props> {
9898

9999
<ChartControls>
100100
<InlineContainer>
101-
<SectionHeading key="total-heading">{t('Total Events')}</SectionHeading>
101+
<SectionHeading key="total-heading">{t('Total Transactions')}</SectionHeading>
102102
<SectionValue key="total-value">{calculateTotal(totalValues)}</SectionValue>
103103
</InlineContainer>
104104
<InlineContainer>

0 commit comments

Comments
 (0)