We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d63ef81 commit 3d0f728Copy full SHA for 3d0f728
web/src/components/StatisticsView.tsx
@@ -108,7 +108,7 @@ const StatisticsView = observer(() => {
108
>
109
<div className="w-auto flex justify-start items-center mr-1">
110
<BookmarkIcon className="w-4 h-auto mr-1" />
111
- <span className="block text-sm">Pinned</span>
+ <span className="block text-sm">{t("common.pinned")}</span>
112
</div>
113
<span className="text-sm truncate">{userStore.state.currentUserStats.pinnedMemos.length}</span>
114
0 commit comments