Skip to content

Commit 3d0f728

Browse files
taosinjohnnyjoygh
andauthored
feat: add i18n for Pinned (#4535)
Co-authored-by: Johnny <[email protected]>
1 parent d63ef81 commit 3d0f728

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web/src/components/StatisticsView.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ const StatisticsView = observer(() => {
108108
>
109109
<div className="w-auto flex justify-start items-center mr-1">
110110
<BookmarkIcon className="w-4 h-auto mr-1" />
111-
<span className="block text-sm">Pinned</span>
111+
<span className="block text-sm">{t("common.pinned")}</span>
112112
</div>
113113
<span className="text-sm truncate">{userStore.state.currentUserStats.pinnedMemos.length}</span>
114114
</div>

0 commit comments

Comments
 (0)