mirror of
https://github.com/usememos/memos.git
synced 2025-06-05 22:09:59 +02:00
chore: localization improvements (#3213)
* localization improvements * typo fix * fix linting error
This commit is contained in:
@ -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>
|
||||
)}
|
||||
|
Reference in New Issue
Block a user