Skip to content

Commit a500e2e

Browse files
Update src/renderer/src/components/modals/clear-clipboard-alert.tsx
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
1 parent ba2a754 commit a500e2e

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

src/renderer/src/components/modals/clear-clipboard-alert.tsx

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -43,10 +43,11 @@ export function ClearClipboardAlert(): React.JSX.Element {
4343
<AlertDialogContent>
4444
<AlertDialogHeader>
4545
<AlertDialogTitle>Are you absolutely sure?</AlertDialogTitle>
46-
<AlertDialogDescription>
47-
This action cannot be undone. This will permanently delete your account and remove your
48-
data from our servers.
49-
</AlertDialogDescription>
46+
<AlertDialogTitle>Are you absolutely sure?</AlertDialogTitle>
47+
<AlertDialogDescription>
48+
This action cannot be undone. This will permanently delete all items
49+
from your clipboard history.
50+
</AlertDialogDescription>
5051
</AlertDialogHeader>
5152
<AlertDialogFooter>
5253
<AlertDialogCancel>Cancel</AlertDialogCancel>

0 commit comments

Comments
 (0)