Skip to content

Commit

Permalink
Merge pull request #101775 from cockroachdb/blathers/backport-release…
Browse files Browse the repository at this point in the history
…-23.1.0-101505

release-23.1.0: ui: fix txn label
  • Loading branch information
maryliag authored Apr 18, 2023
2 parents 2d811a7 + 65dc9bc commit 0f82f24
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -575,7 +575,7 @@ export class TransactionsPage extends React.Component<
...pagination,
total: transactionsToDisplay.length,
}}
pageName={"Statements"}
pageName={"Transactions"}
search={search}
/>
</p>
Expand All @@ -588,7 +588,7 @@ export class TransactionsPage extends React.Component<
>
<ClearStats
resetSQLStats={this.resetSQLStats}
tooltipType="statement"
tooltipType="transaction"
/>
</PageConfigItem>
)}
Expand Down

0 comments on commit 0f82f24

Please sign in to comment.