From 8541dbd8c6215a6a210080ea7cb0ea35e3bb8ea4 Mon Sep 17 00:00:00 2001 From: "Peter D. Gray" Date: Mon, 4 Dec 2023 13:50:35 -0500 Subject: [PATCH] bugfix --- shared/actions.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shared/actions.py b/shared/actions.py index 9e1cb00a..96b46a08 100644 --- a/shared/actions.py +++ b/shared/actions.py @@ -1042,7 +1042,7 @@ async def export_xpub(label, _2, item): if '{acct}' in path: msg += "Press (1) to select account other than zero. " if glob.NFC: - msg += "Press (" + ("nfc" if qwerty else "3") + ") to share via NFC. " + msg += "Press (" + ("nfc" if version.has_qwerty else "3") + ") to share via NFC. " ch = await ux_show_story(msg, escape='13') if ch == 'x': return