mirror of https://github.com/usememos/memos.git
feat: add i18n for Pinned (#4535)
Co-authored-by: Johnny <yourselfhosted@gmail.com>
This commit is contained in:
parent
d63ef81c9d
commit
3d0f7285f9
|
|
@ -108,7 +108,7 @@ const StatisticsView = observer(() => {
|
|||
>
|
||||
<div className="w-auto flex justify-start items-center mr-1">
|
||||
<BookmarkIcon className="w-4 h-auto mr-1" />
|
||||
<span className="block text-sm">Pinned</span>
|
||||
<span className="block text-sm">{t("common.pinned")}</span>
|
||||
</div>
|
||||
<span className="text-sm truncate">{userStore.state.currentUserStats.pinnedMemos.length}</span>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Reference in New Issue