Skip to content

Commit a1803b0

Browse files
committed
fix button text
1 parent 44563d8 commit a1803b0

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
@@ -1070,7 +1070,7 @@ export const RemixUiStaticAnalyser = (props: RemixUiStaticAnalyserProps) => {
10701070
</div>
10711071
{state.data && state.file.length > 0 && state.source ? (
10721072
<Button
1073-
buttonText={`Analyse ${state.file}`}
1073+
buttonText={`Analyze ${state.file}`}
10741074
classList="btn btn-sm btn-primary btn-block"
10751075
onClick={async () => {
10761076
await run(

0 commit comments

Comments
 (0)