From ca8068dfff586d3671680ef679711f0dc9422f55 Mon Sep 17 00:00:00 2001 From: JSR Date: Fri, 20 Mar 2026 18:14:15 +0800 Subject: [PATCH] =?UTF-8?q?=E5=85=91=E6=8D=A2=E6=A8=A1=E5=BC=8F=E4=B8=8B?= =?UTF-8?q?=E4=B8=BB=E9=A1=B5=E6=A0=87=E9=A2=98=E6=94=B9=E4=B8=BA=E5=A5=96?= =?UTF-8?q?=E5=8A=B1=E5=85=91=E6=8D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/Home.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Home.tsx b/src/components/Home.tsx index fa0c4f3..9d67cd0 100644 --- a/src/components/Home.tsx +++ b/src/components/Home.tsx @@ -2106,7 +2106,7 @@ export const Home: React.FC = ({ canEdit, isPortraitMode = false }) = >

- {t("home.title")} + {rewardMode ? t("rewardExchange.title") : t("home.title")}

{t("home.subtitle", { count: students.length })}