Commit 797aca0d authored by tom's avatar tom

fix typo

parent 524ef776
...@@ -161,7 +161,7 @@ const AddressVerificationStepSignature = ({ address, signingMessage, contractCre ...@@ -161,7 +161,7 @@ const AddressVerificationStepSignature = ({ address, signingMessage, contractCre
<span>This address </span> <span>This address </span>
<span>{ signer }</span> <span>{ signer }</span>
<span> is not a creator/owner of the requested contract and cannot claim ownership. Only </span> <span> is not a creator/owner of the requested contract and cannot claim ownership. Only </span>
<span>{ expectedSigners }2</span> <span>{ expectedSigners }</span>
<span> can verify ownership of this contract.</span> <span> can verify ownership of this contract.</span>
</Box> </Box>
); );
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment