mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Update wording
This commit is contained in:
parent
37286f8d5e
commit
81b55cae0c
1 changed files with 1 additions and 1 deletions
|
|
@ -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)}
|
||||
|
|
|
|||
Loading…
Reference in a new issue