Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion app/src/App.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -642,7 +642,8 @@ export default function App() {

{!displayedReport && (
<section className="empty">
<p>Run a read-only scan. Nothing is deleted — ever — without your review.</p>
<p> Run a read-only scan of Downloads, a project folder, or another folder you want to understand.
Nothing is deleted — ever — without your review.</p>
<button onClick={runScan} disabled={scanning}>
{scanning ? "Scanning…" : "Choose a folder to scan"}
</button>
Expand Down
1 change: 1 addition & 0 deletions changelog.d/153-fix-empty-state-copy.fixed.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
- Make the first scan empty state more helpful
1 change: 1 addition & 0 deletions changelog.d/165-audit-safety-language.fixed.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
- Rename 'Safe to remove' to 'Safe to quarantine'
1 change: 0 additions & 1 deletion changelog.d/165-audit-safety-language.md

This file was deleted.

Loading