Skip to content

Commit

Permalink
fix tooltip
Browse files Browse the repository at this point in the history
  • Loading branch information
feruzm committed Jan 17, 2025
1 parent 99d3f7b commit fcde913
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/features/shared/drafts/draft-list-item.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ export function DraftListItem({ draft, editFn, deleteFn, cloneFn }: Props) {
appearance="link"
onClick={() => deleteFn(draft)}
icon={deleteForeverSvg}
title={i18next.t("g.edit")}
title={i18next.t("g.delete")}
/>
</PopoverConfirm>
</div>
Expand Down

0 comments on commit fcde913

Please sign in to comment.