fix(ios): neutralize exec approval prompt copy · openclaw/openclaw@112a0dd
openclaw
·
2026-06-22
·
via Recent Commits to openclaw:main
Skip to content
Navigation Menu
Saved searches
Use saved searches to filter your results more quickly
Sign up
Commit 112a0dd
fix(ios): neutralize exec approval prompt copy
1 file changed
Lines changed: 1 addition & 1 deletion
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|
@@ -61,7 +61,7 @@ private struct ExecApprovalPromptCard: View {
|
61 | 61 | VStack(alignment: .leading, spacing: 6) { |
62 | 62 | Text("Exec approval required") |
63 | 63 | .font(.headline) |
64 | | -Text("OpenClaw opened from a notification. Review this exec request before continuing.") |
| 64 | +Text("Review this exec request before continuing. Your decision will be sent back to the gateway.") |
65 | 65 | .font(.subheadline) |
66 | 66 | .foregroundStyle(.secondary) |
67 | 67 | } |
|
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。
0 commit comments