Skip to content

Commit

Permalink
fix: update text
Browse files Browse the repository at this point in the history
  • Loading branch information
Tien Nam Dao committed Dec 1, 2022
1 parent f110054 commit 560ad08
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion views/accounts/tabs/ContractCodeTab/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,10 @@ const ContractCodeTab = ({ address }: Props) => {
<LinkText href={LinkMaker.address(contractCode.SameBytecodeAddress)}>
{contractCode.SameBytecodeAddress}
</LinkText>
.{' '}
</>
)}
. In order to verify this contract, click Verify & Publish button.
In order to verify this contract, click Verify & Publish button.
</div>
<ContractCodeOverview contractCode={contractCode} />
<ContractConstructorArguments
Expand Down

0 comments on commit 560ad08

Please sign in to comment.