mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-11-22 15:38:11 +00:00
core/reset: modify confirmation sentence
This commit is contained in:
parent
35ecfbcb3d
commit
024f4d64af
@ -380,8 +380,8 @@ async def _slip39_show_share_words(ctx, share_index, share_words):
|
|||||||
text.mono("%s. %s" % (index + 1, word))
|
text.mono("%s. %s" % (index + 1, word))
|
||||||
shares_words_check.append(word)
|
shares_words_check.append(word)
|
||||||
text.br_half()
|
text.br_half()
|
||||||
text.bold("I confirm that I wrote")
|
text.bold("I wrote down all %s" % len(share_words))
|
||||||
text.bold("down all %s words." % len(share_words))
|
text.bold("words in order.")
|
||||||
pages.append(text)
|
pages.append(text)
|
||||||
|
|
||||||
# pagination
|
# pagination
|
||||||
|
Loading…
Reference in New Issue
Block a user