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 44563d8 commit a1803b0Copy full SHA for a1803b0
libs/remix-ui/static-analyser/src/lib/remix-ui-static-analyser.tsx
@@ -1070,7 +1070,7 @@ export const RemixUiStaticAnalyser = (props: RemixUiStaticAnalyserProps) => {
1070
</div>
1071
{state.data && state.file.length > 0 && state.source ? (
1072
<Button
1073
- buttonText={`Analyse ${state.file}`}
+ buttonText={`Analyze ${state.file}`}
1074
classList="btn btn-sm btn-primary btn-block"
1075
onClick={async () => {
1076
await run(
0 commit comments