From 3d0f7285f99e851b39003f5104ebede2c6e0b5da Mon Sep 17 00:00:00 2001 From: XIN_____ Date: Tue, 18 Mar 2025 21:17:09 +0800 Subject: [PATCH] feat: add i18n for Pinned (#4535) Co-authored-by: Johnny --- web/src/components/StatisticsView.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/src/components/StatisticsView.tsx b/web/src/components/StatisticsView.tsx index 6f598e70..103ca889 100644 --- a/web/src/components/StatisticsView.tsx +++ b/web/src/components/StatisticsView.tsx @@ -108,7 +108,7 @@ const StatisticsView = observer(() => { >
- Pinned + {t("common.pinned")}
{userStore.state.currentUserStats.pinnedMemos.length}