Commit 14389fd1 authored by Igor Stuev's avatar Igor Stuev Committed by GitHub

Merge pull request #1846 from blockscout/change-license-tooltip

change license tooltip text
parents afc3be92 c494e4a7
...@@ -269,7 +269,7 @@ const ContractCode = ({ addressHash, noSocket }: Props) => { ...@@ -269,7 +269,7 @@ const ContractCode = ({ addressHash, noSocket }: Props) => {
<InfoItem <InfoItem
label="License" label="License"
content={ licenseLink } 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 } isLoading={ isPlaceholderData }
/> />
) } ) }
......
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