update warning message in ResendTransaction component for clarity
This commit is contained in:
@ -171,7 +171,7 @@ const ResendTransaction = () => {
|
||||
<DialogDescription></DialogDescription>
|
||||
<Alert variant="warning">
|
||||
<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.show && (
|
||||
<Alert variant="danger">
|
||||
|
||||
Reference in New Issue
Block a user