chore: localization improvements (#3213)

* localization improvements

* typo fix

* fix linting error
This commit is contained in:
imikod
2024-04-12 03:35:14 +03:00
committed by GitHub
parent 755d5b83c6
commit 257b8add8c
9 changed files with 26 additions and 12 deletions

View File

@ -138,7 +138,7 @@ const MemoView: React.FC<Props> = (props: Props) => {
</Link>
)}
{props.showPinned && memo.pinned && (
<Tooltip title={"Pinned"} placement="top">
<Tooltip title={t("common.pinned")} placement="top">
<Icon.Bookmark className="w-4 h-auto text-amber-500" />
</Tooltip>
)}