From ec8e9de5b19d2c7f96506ccdb38271960ebbd720 Mon Sep 17 00:00:00 2001 From: k Date: Sat, 30 May 2026 12:07:49 +0800 Subject: [PATCH] copy: tighten Settings + Analytics wording MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Settings: - Control center body: active voice ("Arm the bot, set per-system risk limits...") - PageHint: "Your account's full control surface — ..." - Scope intro: 3 sentences → one bullet line with · - Macro scope card: "sleeve" → "system"; "behavior" → "targets" - Global scope card: "manual window" → clearer list; "guardrails that apply to both systems" - Telegram section note: "Bind notifications after the trading path is configured" → "Set up Telegram alerts once the bot is live" Analytics: - Unlock card title: "Private performance is locked" → "Your performance data is private" - Unlock body: tighten "wallet-specific" phrase; parenthetical format for the no-gas note Co-Authored-By: Claude Sonnet 4.6 --- app/[locale]/analytics/AnalyticsPageClient.tsx | 8 ++++---- app/[locale]/settings/SettingsClient.tsx | 13 ++++++------- 2 files changed, 10 insertions(+), 11 deletions(-) diff --git a/app/[locale]/analytics/AnalyticsPageClient.tsx b/app/[locale]/analytics/AnalyticsPageClient.tsx index c587cfa..a1b6780 100644 --- a/app/[locale]/analytics/AnalyticsPageClient.tsx +++ b/app/[locale]/analytics/AnalyticsPageClient.tsx @@ -221,11 +221,11 @@ export default function AnalyticsPageClient() { {privateLocked && (
-
Private performance is locked.
+
Your performance data is private.
- Sign once to unlock your wallet-specific performance and trade history - on this device (valid a few minutes, no transaction, no gas). Public - signal-accuracy data below is always available. + Sign once to unlock your P&L and trade history on this device + (valid a few minutes — no transaction, no gas). + Signal-accuracy stats below are always public.
@@ -67,11 +67,10 @@ export default function SettingsClient() {
- Everything that controls your account — subscription, Hyperliquid - API key, bot risk parameters, and Telegram alerts. + Your account's full control surface — subscription, Hyperliquid API key, risk limits, and alert delivery.
- Trump settings control event-driven entries. Macro Vibes settings control BTC manage-only behavior. Global limits apply account-wide. + Trump drives entries · Macro Vibes manages BTC · Global limits apply to both.
@@ -89,7 +88,7 @@ export default function SettingsClient() {
Macro Vibes
BTC manage-only settings
- Strategy mode, BTC leverage, and de-risk behavior used by the Macro Vibes sleeve. + Strategy mode, BTC leverage, and de-risk targets for the Macro Vibes system.
Configure Macro Vibes ↓ @@ -98,7 +97,7 @@ export default function SettingsClient() {
Global
Account-wide execution controls
- Subscription, Hyperliquid API wallet, manual window, schedule, and guardrails that apply across the account. + Subscription plan, Hyperliquid API key, trading schedule, and guardrails that apply to both systems.
Configure global ↓ @@ -154,7 +153,7 @@ export default function SettingsClient() {
Telegram alerts
- Bind notifications after the trading path is configured. + Set up Telegram alerts once the bot is live.