Skip to content

Commit

Permalink
Merge pull request #2 from skip-mev/bp/relayer_warning
Browse files Browse the repository at this point in the history
Clarify relayer warning
  • Loading branch information
bpiv400 authored Jul 19, 2023
2 parents 9191366 + f3c409e commit 9f77999
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ const TransactionDialogContent: FC<Props> = ({ route, onClose }) => {
clipRule="evenodd"
/>
</svg>
<span className="flex-1">Depends on IBC Relaying</span>
<span className="flex-1">Execution Time Depends on IBC Relaying</span>
{!warningOpen && (
<svg
xmlns="http://www.w3.org/2000/svg"
Expand Down

1 comment on commit 9f77999

@vercel
Copy link

@vercel vercel bot commented on 9f77999 Jul 19, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.