File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed
src/renderer/src/components/modals Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff 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 >
You can’t perform that action at this time.
0 commit comments