Skip to content

Commit

Permalink
Merge pull request #1846 from blockscout/change-license-tooltip
Browse files Browse the repository at this point in the history
change license tooltip text
  • Loading branch information
isstuev authored Apr 22, 2024
2 parents afc3be9 + c494e4a commit 14389fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/address/contract/ContractCode.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,7 @@ const ContractCode = ({ addressHash, noSocket }: Props) => {
<InfoItem
label="License"
content={ licenseLink }
hint="License type is informative field, and initial source code might have different license type from displayed."
hint="License type is entered manually during verification. The initial source code may contain a different license type than the one displayed."
isLoading={ isPlaceholderData }
/>
) }
Expand Down

0 comments on commit 14389fd

Please sign in to comment.