update warning message in ResendTransaction component for clarity
This commit is contained in:
@ -171,7 +171,7 @@ const ResendTransaction = () => {
|
|||||||
<DialogDescription></DialogDescription>
|
<DialogDescription></DialogDescription>
|
||||||
<Alert variant="warning">
|
<Alert variant="warning">
|
||||||
<h3 className="text-lg">Are you sure?</h3>
|
<h3 className="text-lg">Are you sure?</h3>
|
||||||
<span className="text-sm">You will retry this failed transaction!</span>
|
<span className="text-sm">You will retry this transaction!</span>
|
||||||
</Alert>
|
</Alert>
|
||||||
{alert.show && (
|
{alert.show && (
|
||||||
<Alert variant="danger">
|
<Alert variant="danger">
|
||||||
|
|||||||
Reference in New Issue
Block a user