Skip to content

Commit 2a028cf

Browse files
committed
improve error message
1 parent b55c22e commit 2a028cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/react-signer/src/PaymentInfo.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ function PaymentInfo ({ accountId, className = '', extrinsic, isHeader }: Props)
8080
<MarkWarning content={t('The account does not have enough free funds (excluding locked/bonded/reserved) available to cover the transaction fees without dropping the balance below the account existential amount.')} />
8181
)}
8282
{isDryRunError && (
83-
<MarkError content={t('The transaction would not be successfully executed')} />
83+
<MarkError content={t('The transaction did not pass a dry run and would likely not be successfully executed')} />
8484
)}
8585
</>
8686
);

0 commit comments

Comments
 (0)