Update wording

This commit is contained in:
Hongbo Wu 2022-10-20 12:22:57 +08:00
parent 37286f8d5e
commit 81b55cae0c

View file

@ -990,7 +990,7 @@ function HomeFeedGrid(props: HomeFeedContentProps): JSX.Element {
{showRemoveLinkConfirmation && (
<ConfirmationModal
message={
'Are you sure you want to remove this link? All your highlights will be deleted.'
'Are you sure you want to remove this item? All associated notes and highlights will be deleted.'
}
onAccept={removeItem}
onOpenChange={() => setShowRemoveLinkConfirmation(false)}