Merge pull request #3571 from henlium/patch-1
Unify wording of removing articles
This commit is contained in:
@ -79,7 +79,7 @@ export function CardMenu(props: CardMenuProps): JSX.Element {
|
|||||||
onSelect={() => {
|
onSelect={() => {
|
||||||
props.actionHandler('delete')
|
props.actionHandler('delete')
|
||||||
}}
|
}}
|
||||||
title="Delete"
|
title="Remove"
|
||||||
/>
|
/>
|
||||||
{!!props.item.subscription && (
|
{!!props.item.subscription && (
|
||||||
<DropdownOption
|
<DropdownOption
|
||||||
|
|||||||
Reference in New Issue
Block a user