From 415c9f9dcb0f36a8f5ce84f749accbb35c7f4595 Mon Sep 17 00:00:00 2001 From: "Peter D. Gray" Date: Fri, 9 Feb 2024 08:55:52 -0500 Subject: [PATCH] another keycap icon --- shared/ux.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shared/ux.py b/shared/ux.py index 17df5864..02b07599 100644 --- a/shared/ux.py +++ b/shared/ux.py @@ -375,7 +375,7 @@ def _import_prompt_builder(title, no_qr, no_nfc): escape += "3" if has_qwerty and not no_qr: - prompt += ", (QR) to scan QR code" + prompt += ", " + KEY_QR + " to scan QR code" escape += KEY_QR prompt += "."