Clarify homepage intraday CTA
This commit is contained in:
@@ -775,8 +775,8 @@ function HomeIntelligencePanel({ snapshots }: { snapshots: CitySnapshot[] }) {
|
|||||||
<strong>
|
<strong>
|
||||||
{isPro
|
{isPro
|
||||||
? locale === "en-US"
|
? locale === "en-US"
|
||||||
? "Open full analysis, history and future-day workflow."
|
? "Open today intraday analysis first. History review and future-day workflow stay available after that."
|
||||||
: "打开完整分析、历史复盘和未来日工作流。"
|
: "先打开今日日内分析,历史复盘和未来日工作流仍可继续查看。"
|
||||||
: locale === "en-US"
|
: locale === "en-US"
|
||||||
? "History review and future dates stay paid."
|
? "History review and future dates stay paid."
|
||||||
: "历史复盘和未来日期保持付费。"}
|
: "历史复盘和未来日期保持付费。"}
|
||||||
@@ -784,7 +784,7 @@ function HomeIntelligencePanel({ snapshots }: { snapshots: CitySnapshot[] }) {
|
|||||||
</div>
|
</div>
|
||||||
{isPro ? (
|
{isPro ? (
|
||||||
<button type="button" onClick={() => void store.openTodayModal()}>
|
<button type="button" onClick={() => void store.openTodayModal()}>
|
||||||
{locale === "en-US" ? "Open intraday" : "打开日内分析"}
|
{locale === "en-US" ? "Today intraday" : "今日日内分析"}
|
||||||
</button>
|
</button>
|
||||||
) : (
|
) : (
|
||||||
<Link href="/account">{locale === "en-US" ? "Upgrade" : "升级"}</Link>
|
<Link href="/account">{locale === "en-US" ? "Upgrade" : "升级"}</Link>
|
||||||
|
|||||||
Reference in New Issue
Block a user