diff --git a/frontend/components/auth/LoginClient.tsx b/frontend/components/auth/LoginClient.tsx
index 22481c94..eac5586b 100644
--- a/frontend/components/auth/LoginClient.tsx
+++ b/frontend/components/auth/LoginClient.tsx
@@ -71,6 +71,9 @@ export function LoginClient({ nextPath }: LoginClientProps) {
signupCheckEmail: isEn
? "Sign-up successful. Please verify your email before signing in."
: "注册成功,请检查邮箱并完成验证后登录。",
+ trialPromo: isEn
+ ? "New users unlock a free 3-day Pro trial after sign-up."
+ : "新用户注册后可免费体验 3 天 Pro。",
} as const;
useEffect(() => {
@@ -190,6 +193,9 @@ export function LoginClient({ nextPath }: LoginClientProps) {
PolyWeather
{copy.subtitle}
+
+ {copy.trialPromo}
+