We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3124e1b commit 0d0410dCopy full SHA for 0d0410d
libs/remix-ui/static-analyser/src/lib/remix-ui-static-analyser.tsx
@@ -130,7 +130,7 @@ export const RemixUiStaticAnalyser = (props: RemixUiStaticAnalyserProps) => {
130
`${
131
state && state.data && state.file.length > 0
132
? "Run analysis"
133
- : "To run analysis tools, first compile a contract."
+ : "To run analysis for selected tools, first compile a contract"
134
}`
135
);
136
}
0 commit comments