mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-12-18 12:28:09 +00:00
client.py: matrix recovery info: mention backspace
It is not obvious that it is possible to go back by backspace. Knowing this makes data entry much more comfortable.
This commit is contained in:
parent
66ba2c20c0
commit
54df69a407
@ -241,7 +241,8 @@ class TextUIMixin(object):
|
||||
def callback_RecoveryMatrix(self, msg):
|
||||
if self.recovery_matrix_first_pass:
|
||||
self.recovery_matrix_first_pass = False
|
||||
log("Use the numeric keypad to describe positions. For the word list use only left and right keys. The layout is:")
|
||||
log("Use the numeric keypad to describe positions. For the word list use only left and right keys.")
|
||||
log("Use backspace to correct an entry. The keypad layout is:")
|
||||
log(" 7 8 9 7 | 9")
|
||||
log(" 4 5 6 4 | 6")
|
||||
log(" 1 2 3 1 | 3")
|
||||
|
Loading…
Reference in New Issue
Block a user