diff --git a/frontend/src/pages/Onboarding.tsx b/frontend/src/pages/Onboarding.tsx
index be2f838..292c908 100644
--- a/frontend/src/pages/Onboarding.tsx
+++ b/frontend/src/pages/Onboarding.tsx
@@ -682,11 +682,11 @@ function ResultStep({ onNext, onBack }: { onNext: () => void; onBack: () => void
{!r.usable && (
- {r.candidates.length > 0
- ? `可切换候选:${r.candidates.map(c => c.display).join(' / ')}`
- : isTickflow && !hasKey
- ? '配置 TickFlow Key 后可解锁'
- : '暂无可用候选,可在设置中排查该源'}
+ {r.candidates.length > 0
+ ? `可切换候选:${r.candidates.map(c => c.display).join(' / ')}`
+ : isTickflow && !hasKey
+ ? '该能力目前不可用'
+ : '暂无可用候选,可在设置中排查该源'}
)}