From 112a0ddaf8cc4d0dcd5e6ed21f8e08a60cf7aacf Mon Sep 17 00:00:00 2001 From: joshavant <830519+joshavant@users.noreply.github.com> Date: Sun, 21 Jun 2026 20:26:38 -0500 Subject: [PATCH] fix(ios): neutralize exec approval prompt copy --- apps/ios/Sources/Gateway/ExecApprovalPromptDialog.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/ios/Sources/Gateway/ExecApprovalPromptDialog.swift b/apps/ios/Sources/Gateway/ExecApprovalPromptDialog.swift index 66f382baadde..25a8a07dd089 100644 --- a/apps/ios/Sources/Gateway/ExecApprovalPromptDialog.swift +++ b/apps/ios/Sources/Gateway/ExecApprovalPromptDialog.swift @@ -61,7 +61,7 @@ private struct ExecApprovalPromptCard: View { VStack(alignment: .leading, spacing: 6) { Text("Exec approval required") .font(.headline) - Text("OpenClaw opened from a notification. Review this exec request before continuing.") + Text("Review this exec request before continuing. Your decision will be sent back to the gateway.") .font(.subheadline) .foregroundStyle(.secondary) }