fix text for tooltip

pull/3876/head
Joseph Izang 1 year ago
parent 3124e1b2ed
commit 0d0410d6d8
  1. 2
      libs/remix-ui/static-analyser/src/lib/remix-ui-static-analyser.tsx

@ -130,7 +130,7 @@ export const RemixUiStaticAnalyser = (props: RemixUiStaticAnalyserProps) => {
`${ `${
state && state.data && state.file.length > 0 state && state.data && state.file.length > 0
? "Run analysis" ? "Run analysis"
: "To run analysis tools, first compile a contract." : "To run analysis for selected tools, first compile a contract"
}` }`
); );
} }

Loading…
Cancel
Save