s/stopped/idle/ on cracker interface

This commit is contained in:
Jack Kingsman
2026-02-12 19:53:25 -08:00
parent 3394183892
commit 0fcf6a5653

View File

@@ -325,7 +325,7 @@ export function Sidebar({
crackerRunning ? 'text-green-500' : 'text-muted-foreground'
)}
>
({crackerRunning ? 'running' : 'stopped'})
({crackerRunning ? 'running' : 'idle'})
</span>
</span>
</div>