update warning message in ResendTransaction component for clarity

This commit is contained in:
ardiola
2025-04-15 22:08:07 +07:00
parent 3b45b6f1e4
commit 3552aa4abf

View File

@ -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">