Skip to content

Commit 0d0410d

Browse files
committed
fix text for tooltip
1 parent 3124e1b commit 0d0410d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libs/remix-ui/static-analyser/src/lib/remix-ui-static-analyser.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ export const RemixUiStaticAnalyser = (props: RemixUiStaticAnalyserProps) => {
130130
`${
131131
state && state.data && state.file.length > 0
132132
? "Run analysis"
133-
: "To run analysis tools, first compile a contract."
133+
: "To run analysis for selected tools, first compile a contract"
134134
}`
135135
);
136136
}

0 commit comments

Comments
 (0)