Skip to content

Commit

Permalink
Merge pull request #3571 from henlium/patch-1
Browse files Browse the repository at this point in the history
Unify wording of removing articles
  • Loading branch information
jacksonh committed Feb 26, 2024
2 parents caa6b8b + d3b6b3c commit fae2e74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/web/components/patterns/CardMenu.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ export function CardMenu(props: CardMenuProps): JSX.Element {
onSelect={() => {
props.actionHandler('delete')
}}
title="Delete"
title="Remove"
/>
{!!props.item.subscription && (
<DropdownOption
Expand Down

0 comments on commit fae2e74

Please sign in to comment.