diff --git a/app/(shell)/focus/FocusModeClient.tsx b/app/(shell)/focus/FocusModeClient.tsx
index dee4cd04..54b3f5d8 100644
--- a/app/(shell)/focus/FocusModeClient.tsx
+++ b/app/(shell)/focus/FocusModeClient.tsx
@@ -1840,7 +1840,7 @@ function DoneScreen({ copy, approvedCount, approvedValueCents, queuedCount, life
{/* Next morning preview */}
- Your AI team scans overnight. New actions arrive by{" "}
+ Your AI team prepares overnight. New actions arrive by{" "}
7:00 AM tomorrow.
diff --git a/app/(shell)/focus/SmartInsight.tsx b/app/(shell)/focus/SmartInsight.tsx
index ed77d602..bcb40c78 100644
--- a/app/(shell)/focus/SmartInsight.tsx
+++ b/app/(shell)/focus/SmartInsight.tsx
@@ -104,7 +104,7 @@ function generateInsights(
if (insights.length === 0 && actions.length > 0) {
insights.push({
icon: ,
- text: "Your AI team scanned overnight and found these opportunities for you",
+ text: "Your AI team prepared these client follow-ups for your approval",
accent: "stone",
});
}
diff --git a/components/dashboard/DailyPulse.tsx b/components/dashboard/DailyPulse.tsx
index 93638b5a..1f760fc6 100644
--- a/components/dashboard/DailyPulse.tsx
+++ b/components/dashboard/DailyPulse.tsx
@@ -13,7 +13,7 @@ import { AUTONOMY_BUYER_NAMES, type AutonomyLevel } from "@/lib/autonomy/graduat
*/
const MOCK_AUTONOMY_SUMMARY = {
toApprove: 3,
- ranOvernight: 2,
+ preparedOvernight: 2,
watching: 5,
};
@@ -88,7 +88,7 @@ export function DailyPulse() {
-
Today: {MOCK_AUTONOMY_SUMMARY.toApprove} to approve · {MOCK_AUTONOMY_SUMMARY.ranOvernight} ran overnight ·
+
Today: {MOCK_AUTONOMY_SUMMARY.toApprove} to approve · {MOCK_AUTONOMY_SUMMARY.preparedOvernight} prepared overnight ·
{MOCK_AUTONOMY_SUMMARY.watching} watching
diff --git a/components/dashboard/MorningBriefCard.tsx b/components/dashboard/MorningBriefCard.tsx
index c5a1b527..3c1c3f7c 100644
--- a/components/dashboard/MorningBriefCard.tsx
+++ b/components/dashboard/MorningBriefCard.tsx
@@ -354,7 +354,7 @@ export function MorningBriefCard({ heldActions = 0 }: MorningBriefCardProps) {
- Ran overnight
+ Prepared overnight
{AUTONOMY_BUYER_NAMES[autonomyLevel]}
@@ -365,7 +365,7 @@ export function MorningBriefCard({ heldActions = 0 }: MorningBriefCardProps) {
)}
-
Ran overnight. Tap to review
+
Prepared overnight. Tap to review
{signal.text}