File tree Expand file tree Collapse file tree 1 file changed +4
-5
lines changed
src/renderer/src/components/modals Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -43,11 +43,10 @@ export function ClearClipboardAlert(): React.JSX.Element {
4343 < AlertDialogContent >
4444 < AlertDialogHeader >
4545 < AlertDialogTitle > Are you absolutely sure?</ AlertDialogTitle >
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 >
46+ < AlertDialogDescription >
47+ This action cannot be undone. This will permanently delete all items from your clipboard
48+ history.
49+ </ AlertDialogDescription >
5150 </ AlertDialogHeader >
5251 < AlertDialogFooter >
5352 < AlertDialogCancel > Cancel</ AlertDialogCancel >
You can’t perform that action at this time.
0 commit comments