Skip to content

Commit

Permalink
Merge #40646
Browse files Browse the repository at this point in the history
40646: ui: update wording of tooltip for transactions chart r=rafiss a=rafiss

Use the word "initiated" instead of "opened" to match the docs better.

closes #40376

Release note: None

Co-authored-by: Rafi Shamim <rafi@cockroachlabs.com>
  • Loading branch information
craig[bot] and rafiss committed Sep 10, 2019
2 parents 0f9c8da + 5e9c959 commit 5bfc009
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ export default function (props: GraphDashboardProps) {
title="Transactions"
sources={nodeSources}
tooltip={
`The total number of transactions opened, committed, rolled back,
`The total number of transactions initiated, committed, rolled back,
or aborted per second ${tooltipSelection}.`
}
>
Expand Down

0 comments on commit 5bfc009

Please sign in to comment.