Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion app/(shell)/focus/WalkthroughBanner.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ function getSteps(clientNoun: string): WalkthroughStep[] {
{
icon: <Check className="h-4 w-4 text-teal" />,
title: "Approve, skip, or dismiss",
description: "Tap Approve to send outreach on your behalf. Skip to revisit later. Dismiss to remove it. You stay in control. Nothing sends without your OK.",
description: "Tap Approve and Relay sends the outreach for you — never before you approve. Skip to revisit later, or Dismiss to remove it. You stay in control.",
},
{
icon: <Eye className="h-4 w-4 text-amber-400" />,
Expand Down
8 changes: 8 additions & 0 deletions components/focus/SingleActionQueue.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -330,6 +330,14 @@ export function SingleActionQueue({
<Check className="h-4 w-4" aria-hidden />
Approve
</button>
{/* Answer the owner's scariest question AT her thumb, not three rows
up in the TrustStrip. Driven off the same canonical provenance.sends
boolean so it can never overclaim a send. */}
<p className="text-center text-xs text-stone-400">
{provenance.sends
? `Approving sends this to ${current.target?.name ?? "your client"}.`
: "Approving drafts this for your review — nothing is sent yet."}
</p>
<div className="grid grid-cols-2 gap-2">
<button
type="button"
Expand Down