Skip to content

Commit

Permalink
fix: fix typo in text, closes #4461
Browse files Browse the repository at this point in the history
  • Loading branch information
pete-watters committed Nov 1, 2023
1 parent ce31f2c commit 6544d8e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ export function IncreaseFeeDrawer({ feeForm, onClose, isShowing }: IncreaseFeeDr
>
<Caption>
If your transaction is pending for a long time, its fee might not be high enough to be
included in a clock. Update the fee for a higher value and try again.
included in a block. Update the fee for a higher value and try again.
</Caption>
{feeForm && feeForm}
</Suspense>
Expand Down

0 comments on commit 6544d8e

Please sign in to comment.