Skip to content

Commit

Permalink
chore: update UI message
Browse files Browse the repository at this point in the history
  • Loading branch information
stanleyyconsensys committed Jul 29, 2024
1 parent f1d3f31 commit eeebe54
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -121,9 +121,9 @@ export const DeployModalView = ({ address }: Props) => {
{shortenAddress(txnHash)}{' '}
</Txnlink>
<br />
Your upgrade/deploy transaction is still pending and has reached the
maximum retry limit for status checks. Please wait for the
transaction to complete.
Your deploy transaction is still pending and has reached the maximum
retry limit for status checks. Please wait for the transaction to
complete.
<br />
<br />
Please try again in a couple of hours.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ export const UpgradeModelView = ({ address }: Props) => {
{shortenAddress(txnHash)}{' '}
</Txnlink>
<br />
Your upgrade/deploy transaction is still pending and has reached the
Your upgrade transaction is still pending and has reached the
maximum retry limit for status checks. Please wait for the
transaction to complete.
<br />
Expand Down

0 comments on commit eeebe54

Please sign in to comment.