Skip to content

Commit

Permalink
words
Browse files Browse the repository at this point in the history
  • Loading branch information
garbidge authored and franciscoBSalgueiro committed Oct 20, 2023
1 parent f433ebe commit 259cd70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/panels/analysis/LogsPanel.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ export default function LogsPanel() {
]}
/>
<Select
value={engine?.name ?? "No engines installed"}
value={engine?.name ?? "No engines loaded"}
onChange={(name: string) =>
setEngine(engines.find((e) => e.name === name)!)
}
Expand Down

0 comments on commit 259cd70

Please sign in to comment.