Skip to content

Commit

Permalink
Minor edit
Browse files Browse the repository at this point in the history
  • Loading branch information
brickpop committed Mar 8, 2024
1 parent cd11a64 commit 9be7fba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/input/function-call-form.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ export const FunctionCallForm: FC<FunctionCallFormProps> = ({
</ElseIf>
<ElseIf not={abi?.length}>
<AlertInline
message="The ABI of the contract is not publicly available"
message="Cannot find any public interface for the given contract address"
variant="critical"
/>
</ElseIf>
Expand Down

0 comments on commit 9be7fba

Please sign in to comment.