From 0484e3cd3b63bd5e6fc9dfd869715482cf41386b Mon Sep 17 00:00:00 2001 From: scgbckbone Date: Wed, 26 Nov 2025 19:15:09 +0100 Subject: [PATCH] note that phone cannot be in airplane mode for NFC PushTx to work --- shared/actions.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shared/actions.py b/shared/actions.py index f02e8549..b4ce4769 100644 --- a/shared/actions.py +++ b/shared/actions.py @@ -2452,7 +2452,7 @@ async def pushtx_setup_menu(*a): "transaction will be immediately broadcast on the public network.\n\n" "You must choose a provider by URL here, or give your own URL. " "\n\nYour phone's IP address vs. transaction details could be linked by the service. " - "Requires NFC.", + "Make sure your phone is not in airplane mode. Requires NFC.", title="PUSH TX", ) if ch != "y":