Skip to content

Commit

Permalink
fix tooltip content of alternative icon
Browse files Browse the repository at this point in the history
  • Loading branch information
torztomasz committed Jun 13, 2023
1 parent aaae079 commit e219f72
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ function TypeCell({ transaction, collateralAsset }: TypeCellProps) {
/>
<div className="ml-auto flex gap-2">
<TooltipWrapper
content={`This transaction alternative or one of alternatives of alternative transaction #${transaction.transactionId}`}
content={`This transaction is alternative or one of the alternatives of transaction #${transaction.transactionId}`}
>
{transaction.state === 'alternative' && (
<span className="flex h-6 w-6 items-center justify-center rounded-md bg-fuchsia-400">
Expand Down

0 comments on commit e219f72

Please sign in to comment.