another keycap icon

This commit is contained in:
Peter D. Gray 2024-02-09 08:55:52 -05:00
parent d0a22014dd
commit 415c9f9dcb
No known key found for this signature in database
GPG Key ID: A2DCD558C2BE5D7C

View File

@ -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 += "."