Merge pull request #3571 from henlium/patch-1

Unify wording of removing articles
This commit is contained in:
Jackson Harper 2024-02-26 11:34:36 +08:00 committed by GitHub
commit fae2e74cd6
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