Skip to content

Commit

Permalink
Quarantine Action Rename
Browse files Browse the repository at this point in the history
  • Loading branch information
Konloch committed Jul 10, 2024
1 parent 738e4ae commit f0e0dfe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Antivirus-GUI/src/main/js/src/pages/quarantine.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ return (
<div className="flex flex-col items-center justify-center h-screen bg-background">
<div className="flex flex-col gap-4">
{files.length > 0 && (
<Button onClick={handleRemoveAll}>Remove All</Button>
<Button onClick={handleRemoveAll}>Delete All</Button>
)}
<div className="flex flex-col items-start w-full gap-2 max-h-[200px] overflow-auto">
{files.length > 0 ? (
Expand All @@ -73,7 +73,7 @@ return (
False Positive
</Button>
<Button title="This will delete the file forever" variant="outline" onClick={() => handleFileRemove(file['id'])}>
Remove Forever
Delete Forever
</Button>
</div>
))
Expand Down

0 comments on commit f0e0dfe

Please sign in to comment.