fix(ios): neutralize exec approval prompt copy

This commit is contained in:
joshavant
2026-06-21 20:26:38 -05:00
committed by Josh Avant
parent c3ab1feb61
commit 112a0ddaf8

View File

@@ -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)
}