Unify wording of removing articles

Most of the places use "remove", but "delete" is used in this dropdown menu, which seems inconsistent.
This commit is contained in:
Heng Lee 2024-02-24 13:48:49 +08:00 committed by GitHub
parent 78a2ecc782
commit d3b6b3c827
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -79,7 +79,7 @@ export function CardMenu(props: CardMenuProps): JSX.Element {
onSelect={() => {
props.actionHandler('delete')
}}
title="Delete"
title="Remove"
/>
{!!props.item.subscription && (
<DropdownOption