mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Merge pull request #3571 from henlium/patch-1
Unify wording of removing articles
This commit is contained in:
commit
fae2e74cd6
1 changed files with 1 additions and 1 deletions
|
|
@ -79,7 +79,7 @@ export function CardMenu(props: CardMenuProps): JSX.Element {
|
|||
onSelect={() => {
|
||||
props.actionHandler('delete')
|
||||
}}
|
||||
title="Delete"
|
||||
title="Remove"
|
||||
/>
|
||||
{!!props.item.subscription && (
|
||||
<DropdownOption
|
||||
|
|
|
|||
Loading…
Reference in a new issue